C# Class While.AST.Sequences.VariableSequence

Inheritance: Node
Afficher le fichier Open project: einaregilsson/While-Language Class Usage Examples

Méthodes publiques

Méthode Description
AddVariable ( Variable v ) : void
Compile ( ILGenerator il ) : void

Method Details

AddVariable() public méthode

public AddVariable ( Variable v ) : void
v Variable
Résultat void

Compile() public méthode

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Résultat void