C# 클래스 Antlr4.Parse.GrammarASTAdaptor

상속: Antlr.Runtime.Tree.CommonTreeAdaptor
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Antlr.Runtime.IToken token ) : object
Create ( int tokenType, Antlr.Runtime.IToken fromToken ) : object
Create ( int tokenType, Antlr.Runtime.IToken fromToken, string text ) : object
Create ( int tokenType, string text ) : object
DupNode ( object t ) : object
ErrorNode ( Antlr input, Antlr.Runtime.IToken start, Antlr.Runtime.IToken stop, Antlr e ) : object
GrammarASTAdaptor ( ) : Antlr4.Tool.Ast
GrammarASTAdaptor ( Antlr input ) : Antlr4.Tool.Ast
Nil ( ) : object

메소드 상세

Create() 공개 메소드

public Create ( Antlr.Runtime.IToken token ) : object
token Antlr.Runtime.IToken
리턴 object

Create() 공개 메소드

public Create ( int tokenType, Antlr.Runtime.IToken fromToken ) : object
tokenType int
fromToken Antlr.Runtime.IToken
리턴 object

Create() 공개 메소드

public Create ( int tokenType, Antlr.Runtime.IToken fromToken, string text ) : object
tokenType int
fromToken Antlr.Runtime.IToken
text string
리턴 object

Create() 공개 메소드

public Create ( int tokenType, string text ) : object
tokenType int
text string
리턴 object

DupNode() 공개 메소드

public DupNode ( object t ) : object
t object
리턴 object

ErrorNode() 공개 메소드

public ErrorNode ( Antlr input, Antlr.Runtime.IToken start, Antlr.Runtime.IToken stop, Antlr e ) : object
input Antlr
start Antlr.Runtime.IToken
stop Antlr.Runtime.IToken
e Antlr
리턴 object

GrammarASTAdaptor() 공개 메소드

public GrammarASTAdaptor ( ) : Antlr4.Tool.Ast
리턴 Antlr4.Tool.Ast

GrammarASTAdaptor() 공개 메소드

public GrammarASTAdaptor ( Antlr input ) : Antlr4.Tool.Ast
input Antlr
리턴 Antlr4.Tool.Ast

Nil() 공개 메소드

public Nil ( ) : object
리턴 object