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

Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Protected Properties

Свойство Type Description
_privateScope bool

Méthodes publiques

Méthode 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 méthode

public Local ( ) : System
Résultat System

Local() public méthode

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

Local() public méthode

public Local ( LexicalInfo lexicalInfo, string name ) : System
lexicalInfo LexicalInfo
name string
Résultat System

Local() public méthode

public Local ( ReferenceExpression reference, bool privateScope ) : System
reference ReferenceExpression
privateScope bool
Résultat System

Local() public méthode

public Local ( string name, bool privateScope ) : System
name string
privateScope bool
Résultat System

Property Details

_privateScope protected_oe property

protected bool _privateScope
Résultat bool