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

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

공개 메소드들

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

메소드 상세

DupNode() 공개 메소드

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

GetGreedy() 공개 메소드

public GetGreedy ( ) : bool
리턴 bool

PlusBlockAST() 공개 메소드

public PlusBlockAST ( PlusBlockAST node )
node PlusBlockAST

PlusBlockAST() 공개 메소드

public PlusBlockAST ( int type, Antlr.Runtime.IToken t, Antlr.Runtime.IToken nongreedy )
type int
t Antlr.Runtime.IToken
nongreedy Antlr.Runtime.IToken

Visit() 공개 메소드

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