C# Class Antlr4.Parse.GrammarASTAdaptor

Inheritance: Antlr.Runtime.Tree.CommonTreeAdaptor
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Create() public méthode

public Create ( Antlr.Runtime.IToken token ) : object
token Antlr.Runtime.IToken
Résultat object

Create() public méthode

public Create ( int tokenType, Antlr.Runtime.IToken fromToken ) : object
tokenType int
fromToken Antlr.Runtime.IToken
Résultat object

Create() public méthode

public Create ( int tokenType, Antlr.Runtime.IToken fromToken, string text ) : object
tokenType int
fromToken Antlr.Runtime.IToken
text string
Résultat object

Create() public méthode

public Create ( int tokenType, string text ) : object
tokenType int
text string
Résultat object

DupNode() public méthode

public DupNode ( object t ) : object
t object
Résultat object

ErrorNode() public méthode

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
Résultat object

GrammarASTAdaptor() public méthode

public GrammarASTAdaptor ( ) : Antlr4.Tool.Ast
Résultat Antlr4.Tool.Ast

GrammarASTAdaptor() public méthode

public GrammarASTAdaptor ( Antlr input ) : Antlr4.Tool.Ast
input Antlr
Résultat Antlr4.Tool.Ast

Nil() public méthode

public Nil ( ) : object
Résultat object