Home
last modified time | relevance | path

Searched refs:EMismatchedTreeNodeException (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1509 EMismatchedTreeNodeException = class(ERecognitionException) class
3016 constructor EMismatchedTreeNodeException.Create(const AExpecting: Integer;
3023 function EMismatchedTreeNodeException.ToString: String; in EMismatchedTreeNodeException.ToString()
4330 MTNE: EMismatchedTreeNodeException absolute E;
4368 if (E is EMismatchedTreeNodeException) then
DAntlr.Runtime.Tree.pas3825 raise EMismatchedTreeNodeException.Create(TokenType, FInput);