C# 클래스 Antlr4.Codegen.Model.ThrowRecognitionException

상속: SrcOp
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
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