Home
last modified time | relevance | path

Searched refs:ApproximateLineInfo (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs173 … ( e.ApproximateLineInfo ? "after " : "" ) + "line " + e.Line + ":" + e.CharPositionInLine; in GetErrorHeader()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs157 … (e.ApproximateLineInfo ? "after " : "") + "line " + e.Line + ":" + e.CharPositionInLine; in GetErrorHeader()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs194 public bool ApproximateLineInfo { property in Antlr.Runtime.RecognitionException
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs252 public bool ApproximateLineInfo property in Antlr.Runtime.RecognitionException
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas3743 if (E.ApproximateLineInfo) then
DAntlr.Runtime.pas1425 property ApproximateLineInfo: Boolean read FApproximateLineInfo write FApproximateLineInfo; property