C# 클래스 While.AST.WhileProgram

Root node in the abstract syntax tree. Has a static property, .Instance; that always contains the last parsed tree.
상속: Node
파일 보기 프로젝트 열기: einaregilsson/While-Language 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( ILGenerator il ) : void
Compile ( string filename ) : void
ToString ( ) : string
WhileProgram ( ProcedureSequence procs, StatementSequence stmts ) : System

메소드 상세

Compile() 공개 메소드

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

Compile() 공개 메소드

public Compile ( string filename ) : void
filename string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WhileProgram() 공개 메소드

public WhileProgram ( ProcedureSequence procs, StatementSequence stmts ) : System
procs While.AST.Sequences.ProcedureSequence
stmts While.AST.Sequences.StatementSequence
리턴 System