C# Class While.AST.Statements.Block

Block with variable declarations and statements
Inheritance: Statement
Mostra file Open project: einaregilsson/While-Language Class Usage Examples

Public Methods

Method Description
Block ( VariableDeclarationSequence vars, StatementSequence stmts ) : System
Compile ( ILGenerator il ) : void
ToString ( ) : string

Method Details

Block() public method

public Block ( VariableDeclarationSequence vars, StatementSequence stmts ) : System
vars While.AST.Sequences.VariableDeclarationSequence
stmts While.AST.Sequences.StatementSequence
return System

Compile() public method

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

ToString() public method

public ToString ( ) : string
return string