C# Class Babel.Compiler.LoopStatement

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

Protected Properties

Свойство Type Description
endLabel System.Reflection.Emit.Label
statementList StatementList

Méthodes publiques

Méthode Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
LoopStatement ( StatementList 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

LoopStatement() public méthode

public LoopStatement ( StatementList statementList, Location location ) : System
statementList StatementList
location Location
Résultat System

Property Details

endLabel protected_oe property

protected Label,System.Reflection.Emit endLabel
Résultat System.Reflection.Emit.Label

statementList protected_oe property

protected StatementList,Babel.Compiler statementList
Résultat StatementList