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

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

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

Свойство Тип Описание
chunks IList
resolver AttributeResolver

Открытые методы

Метод Описание
ActionAST ( ActionAST node ) : System.Collections.Generic
ActionAST ( IToken t ) : System.Collections.Generic
ActionAST ( int type ) : System.Collections.Generic
ActionAST ( int type, IToken t ) : System.Collections.Generic
DupNode ( ) : Antlr.Runtime.Tree.ITree
Visit ( GrammarASTVisitor v ) : object

Описание методов

ActionAST() публичный метод

public ActionAST ( ActionAST node ) : System.Collections.Generic
node ActionAST
Результат System.Collections.Generic

ActionAST() публичный метод

public ActionAST ( IToken t ) : System.Collections.Generic
t IToken
Результат System.Collections.Generic

ActionAST() публичный метод

public ActionAST ( int type ) : System.Collections.Generic
type int
Результат System.Collections.Generic

ActionAST() публичный метод

public ActionAST ( int type, IToken t ) : System.Collections.Generic
type int
t IToken
Результат System.Collections.Generic

DupNode() публичный метод

public DupNode ( ) : Antlr.Runtime.Tree.ITree
Результат Antlr.Runtime.Tree.ITree

Visit() публичный метод

public Visit ( GrammarASTVisitor v ) : object
v GrammarASTVisitor
Результат object

Описание свойств

chunks публичное свойство

public IList chunks
Результат IList

resolver публичное свойство

public AttributeResolver resolver
Результат AttributeResolver