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

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

공개 프로퍼티들

프로퍼티 타입 설명
chunks IList
resolver AttributeResolver

공개 메소드들

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

메소드 상세

ActionAST() 공개 메소드

public ActionAST ( ActionAST node ) : System.Collections.Generic
node ActionAST
리턴 System.Collections.Generic

ActionAST() 공개 메소드

public ActionAST ( IToken t ) : System.Collections.Generic
t IToken
리턴 System.Collections.Generic

ActionAST() 공개 메소드

public ActionAST ( int type ) : System.Collections.Generic
type int
리턴 System.Collections.Generic

ActionAST() 공개 메소드

public ActionAST ( int type, IToken t ) : System.Collections.Generic
type int
t IToken
리턴 System.Collections.Generic

DupNode() 공개 메소드

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

Visit() 공개 메소드

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

프로퍼티 상세

chunks 공개적으로 프로퍼티

public IList chunks
리턴 IList

resolver 공개적으로 프로퍼티

public AttributeResolver resolver
리턴 AttributeResolver