C# 클래스 ABT.CompoundStmt

파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( StmtVisitor visitor ) : void
CGenStmt ( Env env, CGenState state ) : void
CompoundStmt ( Decln>.List declns, Stmt>.List stmts ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( StmtVisitor visitor ) : void
visitor StmtVisitor
리턴 void

CGenStmt() 공개 메소드

public CGenStmt ( Env env, CGenState state ) : void
env Env
state CodeGeneration.CGenState
리턴 void

CompoundStmt() 공개 메소드

public CompoundStmt ( Decln>.List declns, Stmt>.List stmts ) : System
declns Decln>.List
stmts Stmt>.List
리턴 System