C# Class Babel.Compiler.StatementList

Inheritance: CompositeNode
Afficher le fichier Open project: shugo/babel Class Usage Examples

Protected Properties

Свойство Type Description
localVariables System.Collections.Hashtable

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
StatementList ( Location location ) : System

Method Details

Accept() public méthode

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

StatementList() public méthode

public StatementList ( Location location ) : System
location Location
Résultat System

Property Details

localVariables protected_oe property

protected Hashtable,System.Collections localVariables
Résultat System.Collections.Hashtable