C# Class Antlr4.Tool.Ast.BlockAST

Inheritance: GrammarASTWithOptions, RuleElementAST
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
defaultBlockOptions string>.IDictionary
defaultLexerBlockOptions string>.IDictionary

Méthodes publiques

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

Method Details

BlockAST() public méthode

public BlockAST ( BlockAST node ) : System.Collections.Generic
node BlockAST
Résultat System.Collections.Generic

BlockAST() public méthode

public BlockAST ( IToken t ) : System.Collections.Generic
t IToken
Résultat System.Collections.Generic

BlockAST() public méthode

public BlockAST ( int type ) : System.Collections.Generic
type int
Résultat System.Collections.Generic

BlockAST() public méthode

public BlockAST ( int type, IToken t ) : System.Collections.Generic
type int
t IToken
Résultat System.Collections.Generic

BlockAST() public méthode

public BlockAST ( int type, IToken t, string text ) : System.Collections.Generic
type int
t IToken
text string
Résultat System.Collections.Generic

DupNode() public méthode

public DupNode ( ) : Antlr.Runtime.Tree.ITree
Résultat Antlr.Runtime.Tree.ITree

Visit() public méthode

public Visit ( GrammarASTVisitor v ) : object
v GrammarASTVisitor
Résultat object

Property Details

defaultBlockOptions public_oe static_oe property

public static IDictionary defaultBlockOptions
Résultat string>.IDictionary

defaultLexerBlockOptions public_oe static_oe property

public static IDictionary defaultLexerBlockOptions
Résultat string>.IDictionary