C# Class Babel.Compiler.LoopStatement

Inheritance: Statement
Mostra file Open project: shugo/babel Class Usage Examples

Protected Properties

Property Type Description
endLabel System.Reflection.Emit.Label
statementList StatementList

Public Methods

Method Description
Accept ( NodeVisitor visitor ) : void
Clone ( ) : object
LoopStatement ( StatementList statementList, Location location ) : System

Method Details

Accept() public method

public Accept ( NodeVisitor visitor ) : void
visitor NodeVisitor
return void

Clone() public method

public Clone ( ) : object
return object

LoopStatement() public method

public LoopStatement ( StatementList statementList, Location location ) : System
statementList StatementList
location Location
return System

Property Details

endLabel protected_oe property

protected Label,System.Reflection.Emit endLabel
return System.Reflection.Emit.Label

statementList protected_oe property

protected StatementList,Babel.Compiler statementList
return StatementList