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

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

공개 메소드들

메소드 설명
DupNode ( ) : Antlr.Runtime.Tree.ITree
GetLexerAction ( ) : ActionAST
GetRuleName ( ) : string
IsLexerRule ( ) : bool
RuleAST ( Antlr.Runtime.IToken t ) : Antlr4.Parse
RuleAST ( RuleAST node ) : Antlr4.Parse
RuleAST ( int type ) : Antlr4.Parse
Visit ( GrammarASTVisitor v ) : object

메소드 상세

DupNode() 공개 메소드

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

GetLexerAction() 공개 메소드

public GetLexerAction ( ) : ActionAST
리턴 ActionAST

GetRuleName() 공개 메소드

public GetRuleName ( ) : string
리턴 string

IsLexerRule() 공개 메소드

public IsLexerRule ( ) : bool
리턴 bool

RuleAST() 공개 메소드

public RuleAST ( Antlr.Runtime.IToken t ) : Antlr4.Parse
t Antlr.Runtime.IToken
리턴 Antlr4.Parse

RuleAST() 공개 메소드

public RuleAST ( RuleAST node ) : Antlr4.Parse
node RuleAST
리턴 Antlr4.Parse

RuleAST() 공개 메소드

public RuleAST ( int type ) : Antlr4.Parse
type int
리턴 Antlr4.Parse

Visit() 공개 메소드

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