C# Class While.AST.Sequences.VariableSequence

Inheritance: Node
显示文件 Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

Method Description
AddVariable ( Variable v ) : void
Compile ( ILGenerator il ) : void

Method Details

AddVariable() public method

public AddVariable ( Variable v ) : void
v Variable
return void

Compile() public method

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
return void