C# Class While.AST.Statements.If

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

Méthodes publiques

Méthode Description
Compile ( ILGenerator il ) : void
If ( TypedExpression exp, StatementSequence ifBranch, StatementSequence elseBranch ) : System
ToString ( ) : string

Method Details

Compile() public méthode

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

If() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string