Searched defs:ruleStartIndex (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java793 public int getRuleMemoization(int ruleIndex, int ruleStartIndex) { argument
798 (Integer)state.ruleMemo[ruleIndex].get(new Integer(ruleStartIndex));
835 int ruleStartIndex)
846 new Integer(ruleStartIndex), new Integer(stopTokenIndex)
833 memoize(IntStream input, int ruleIndex, int ruleStartIndex) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs850 public virtual int GetRuleMemoization(int ruleIndex, int ruleStartIndex) { argument
856 if (!state.ruleMemo[ruleIndex].TryGetValue(ruleStartIndex, out stopIndex))
897 int ruleStartIndex) {
908 state.ruleMemo[ruleIndex][ruleStartIndex] = stopTokenIndex;
895 Memoize(IIntStream input, int ruleIndex, int ruleStartIndex) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs142 int ruleStartIndex,
140 Memoize(IIntStream input, int ruleIndex, int ruleStartIndex, string ruleName) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs150 int ruleStartIndex,
148 Memoize(IIntStream input, int ruleIndex, int ruleStartIndex, string ruleName) argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java199 int ruleStartIndex,
197 memoize(IntStream input, int ruleIndex, int ruleStartIndex, String ruleName) argument
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 115 milliseconds