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

Inheritance: Node, INodeWithArguments
Afficher le fichier Open project: boo-lang/boo Class Usage Examples

Méthodes publiques

Méthode Description
Attribute ( ) : System
Attribute ( LexicalInfo lexicalInfo ) : System
Attribute ( LexicalInfo lexicalInfo, string name ) : System
Attribute ( string name ) : System

Method Details

Attribute() public méthode

public Attribute ( ) : System
Résultat System

Attribute() public méthode

public Attribute ( LexicalInfo lexicalInfo ) : System
lexicalInfo LexicalInfo
Résultat System

Attribute() public méthode

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

Attribute() public méthode

public Attribute ( string name ) : System
name string
Résultat System