C# Class Boo.Lang.Compiler.Ast.Local

Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Protected Properties

Property Type Description
_privateScope bool

Public Methods

Method Description
Local ( ) : System
Local ( Boo.Lang.Compiler.Ast.Declaration declaration, bool privateScope ) : System
Local ( LexicalInfo lexicalInfo, string name ) : System
Local ( ReferenceExpression reference, bool privateScope ) : System
Local ( string name, bool privateScope ) : System

Method Details

Local() public method

public Local ( ) : System
return System

Local() public method

public Local ( Boo.Lang.Compiler.Ast.Declaration declaration, bool privateScope ) : System
declaration Boo.Lang.Compiler.Ast.Declaration
privateScope bool
return System

Local() public method

public Local ( LexicalInfo lexicalInfo, string name ) : System
lexicalInfo LexicalInfo
name string
return System

Local() public method

public Local ( ReferenceExpression reference, bool privateScope ) : System
reference ReferenceExpression
privateScope bool
return System

Local() public method

public Local ( string name, bool privateScope ) : System
name string
privateScope bool
return System

Property Details

_privateScope protected_oe property

protected bool _privateScope
return bool