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

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

공개 메소드들

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

메소드 상세

DupNode() 공개 메소드

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

NotAST() 공개 메소드

public NotAST ( NotAST node )
node NotAST

NotAST() 공개 메소드

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

Visit() 공개 메소드

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