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

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

공개 메소드들

메소드 설명
DupNode ( ) : Antlr.Runtime.Tree.ITree
GetGreedy ( ) : bool
StarBlockAST ( StarBlockAST node )
StarBlockAST ( 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

StarBlockAST() 공개 메소드

public StarBlockAST ( StarBlockAST node )
node StarBlockAST

StarBlockAST() 공개 메소드

public StarBlockAST ( 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