C# Class While.AST.Sequences.StatementSequence

Inheritance: While.AST.Statements.Statement
ファイルを表示 Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

Method Description
AddStatement ( Statement s ) : void
Compile ( ILGenerator il ) : void
ToString ( ) : string

Method Details

AddStatement() public method

public AddStatement ( Statement s ) : void
s While.AST.Statements.Statement
return void

Compile() public method

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

ToString() public method

public ToString ( ) : string
return string