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

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

공개 메소드들

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

메소드 상세

DupNode() 공개 메소드

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

SetAST() 공개 메소드

public SetAST ( SetAST node )
node SetAST

SetAST() 공개 메소드

public SetAST ( int type, Antlr.Runtime.IToken t, string text )
type int
t Antlr.Runtime.IToken
text string

Visit() 공개 메소드

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