C# 클래스 Antlr4.Codegen.Model.Decl.CodeBlock

상속: SrcOp
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
codeBlockLevel int
treeLevel int

공개 메소드들

메소드 설명
AddLocalDecl ( Decl d ) : void
AddOp ( SrcOp op ) : void
AddOps ( IList ops ) : void
AddPreambleOp ( SrcOp op ) : void
CodeBlock ( OutputModelFactory factory ) : System.Collections.Generic
CodeBlock ( OutputModelFactory factory, int treeLevel, int codeBlockLevel ) : System.Collections.Generic
InsertOp ( int i, SrcOp op ) : void

메소드 상세

AddLocalDecl() 공개 메소드

public AddLocalDecl ( Decl d ) : void
d Decl
리턴 void

AddOp() 공개 메소드

public AddOp ( SrcOp op ) : void
op SrcOp
리턴 void

AddOps() 공개 메소드

public AddOps ( IList ops ) : void
ops IList
리턴 void

AddPreambleOp() 공개 메소드

public AddPreambleOp ( SrcOp op ) : void
op SrcOp
리턴 void

CodeBlock() 공개 메소드

public CodeBlock ( OutputModelFactory factory ) : System.Collections.Generic
factory OutputModelFactory
리턴 System.Collections.Generic

CodeBlock() 공개 메소드

public CodeBlock ( OutputModelFactory factory, int treeLevel, int codeBlockLevel ) : System.Collections.Generic
factory OutputModelFactory
treeLevel int
codeBlockLevel int
리턴 System.Collections.Generic

InsertOp() 공개 메소드

public InsertOp ( int i, SrcOp op ) : void
i int
op SrcOp
리턴 void

프로퍼티 상세

codeBlockLevel 공개적으로 프로퍼티

public int codeBlockLevel
리턴 int

treeLevel 공개적으로 프로퍼티

public int treeLevel
리턴 int