C# Class While.AST.Sequences.ProcedureSequence

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

Public Methods

Method Description
AddProcedure ( Procedure p ) : void
Compile ( ILGenerator il ) : void
ContainsProcedure ( string name ) : bool
GetByName ( string name ) : Procedure
ToString ( ) : string

Method Details

AddProcedure() public method

public AddProcedure ( Procedure p ) : void
p Procedure
return void

Compile() public method

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

ContainsProcedure() public method

public ContainsProcedure ( string name ) : bool
name string
return bool

GetByName() public method

public GetByName ( string name ) : Procedure
name string
return Procedure

ToString() public method

public ToString ( ) : string
return string