C# 클래스 Antlr4.Tool.Ast.TerminalAST

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

공개 메소드들

메소드 설명
DupNode ( ) : Antlr.Runtime.Tree.ITree
TerminalAST ( Antlr.Runtime.IToken t )
TerminalAST ( TerminalAST node )
TerminalAST ( int type )
TerminalAST ( int type, Antlr.Runtime.IToken t )
Visit ( GrammarASTVisitor v ) : object

메소드 상세

DupNode() 공개 메소드

public DupNode ( ) : Antlr.Runtime.Tree.ITree
리턴 Antlr.Runtime.Tree.ITree

TerminalAST() 공개 메소드

public TerminalAST ( Antlr.Runtime.IToken t )
t Antlr.Runtime.IToken

TerminalAST() 공개 메소드

public TerminalAST ( TerminalAST node )
node TerminalAST

TerminalAST() 공개 메소드

public TerminalAST ( int type )
type int

TerminalAST() 공개 메소드

public TerminalAST ( int type, Antlr.Runtime.IToken t )
type int
t Antlr.Runtime.IToken

Visit() 공개 메소드

public Visit ( GrammarASTVisitor v ) : object
v GrammarASTVisitor
리턴 object