Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs57 public const int MemoRuleFailed = -2; field in Antlr.Runtime.BaseRecognizer
880 if (stopIndex == MemoRuleFailed) { in AlreadyParsedRule()
898 int stopTokenIndex = state.failed ? MemoRuleFailed : input.Index - 1; in Memoize()
/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT15 Antlr.Runtime.BaseRecognizer.MEMO_RULE_FAILED renamed to Antlr.Runtime.BaseRecognizer.MemoRuleFailed