C# Класс Antlr4.Codegen.Model.ThrowRecognitionException

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

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

Свойство Тип Описание
decision int
grammarCharPosInLine int
grammarFile string
grammarLine int

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

Метод Описание
ThrowRecognitionException ( OutputModelFactory factory, GrammarAST ast, Antlr4.Runtime.Misc.IntervalSet expecting ) : Antlr4.Tool.Ast

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

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

public ThrowRecognitionException ( OutputModelFactory factory, GrammarAST ast, Antlr4.Runtime.Misc.IntervalSet expecting ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
expecting Antlr4.Runtime.Misc.IntervalSet
Результат Antlr4.Tool.Ast

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

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

public int decision
Результат int

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

public int grammarCharPosInLine
Результат int

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

public string grammarFile
Результат string

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

public int grammarLine
Результат int