C# Class While.AST.Statements.While

While loop
Inheritance: Statement
Show file Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

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

Method Details

Compile() public method

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

ToString() public method

public ToString ( ) : string
return string

While() public method

public While ( TypedExpression exp, StatementSequence statements ) : System
exp TypedExpression
statements While.AST.Sequences.StatementSequence
return System