C# Класс Antlr4.Tool.Ast.BlockAST

Наследование: GrammarASTWithOptions, RuleElementAST
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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