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

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

공개 프로퍼티들

프로퍼티 타입 설명
defaultBlockOptions string>.IDictionary
defaultLexerBlockOptions string>.IDictionary

공개 메소드들

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

메소드 상세

BlockAST() 공개 메소드

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

BlockAST() 공개 메소드

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

BlockAST() 공개 메소드

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

BlockAST() 공개 메소드

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

BlockAST() 공개 메소드

public BlockAST ( int type, IToken t, string text ) : System.Collections.Generic
type int
t IToken
text string
리턴 System.Collections.Generic

DupNode() 공개 메소드

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

Visit() 공개 메소드

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

프로퍼티 상세

defaultBlockOptions 공개적으로 정적으로 프로퍼티

public static IDictionary defaultBlockOptions
리턴 string>.IDictionary

defaultLexerBlockOptions 공개적으로 정적으로 프로퍼티

public static IDictionary defaultLexerBlockOptions
리턴 string>.IDictionary