C# Class While.AST.WhileProgram

Root node in the abstract syntax tree. Has a static property, .Instance; that always contains the last parsed tree.
Inheritance: Node
Afficher le fichier Open project: einaregilsson/While-Language Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( ILGenerator il ) : void
Compile ( string filename ) : void
ToString ( ) : string
WhileProgram ( ProcedureSequence procs, StatementSequence stmts ) : System

Method Details

Compile() public méthode

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

Compile() public méthode

public Compile ( string filename ) : void
filename string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WhileProgram() public méthode

public WhileProgram ( ProcedureSequence procs, StatementSequence stmts ) : System
procs While.AST.Sequences.ProcedureSequence
stmts While.AST.Sequences.StatementSequence
Résultat System