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

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

Защищенные свойства (Protected)

Свойство Тип Описание
options GrammarAST>.IDictionary

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

Метод Описание
DupNode ( ) : Antlr.Runtime.Tree.ITree
GetNumberOfOptions ( ) : int
GetOptionAST ( string key ) : GrammarAST
GetOptionString ( string key ) : string
GrammarASTWithOptions ( Antlr.Runtime.IToken t ) : System.Collections.Generic
GrammarASTWithOptions ( GrammarASTWithOptions node ) : System.Collections.Generic
GrammarASTWithOptions ( int type ) : System.Collections.Generic
GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t ) : System.Collections.Generic
GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic
SetOption ( string key, GrammarAST node ) : void

Приватные методы

Метод Описание
GetOptions ( ) : GrammarAST>.IDictionary

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

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

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

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

public GetNumberOfOptions ( ) : int
Результат int

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

public GetOptionAST ( string key ) : GrammarAST
key string
Результат GrammarAST

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

public GetOptionString ( string key ) : string
key string
Результат string

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

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

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

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

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

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

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

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

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

public GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic
type int
t Antlr.Runtime.IToken
text string
Результат System.Collections.Generic

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

public SetOption ( string key, GrammarAST node ) : void
key string
node GrammarAST
Результат void

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

options защищенное свойство

protected IDictionary options
Результат GrammarAST>.IDictionary