C# Class While.AST.Statements.While

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

Méthodes publiques

Méthode Description
Compile ( ILGenerator il ) : void
ToString ( ) : string
While ( TypedExpression exp, StatementSequence statements ) : System

Method Details

Compile() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

While() public méthode

public While ( TypedExpression exp, StatementSequence statements ) : System
exp TypedExpression
statements While.AST.Sequences.StatementSequence
Résultat System