Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:stopIndex

965             int stopIndex;
966 if ( !state.ruleMemo[ruleIndex].TryGetValue( ruleStartIndex, out stopIndex ) )
969 return stopIndex;
987 int stopIndex = GetRuleMemoization( ruleIndex, input.Index );
988 if ( stopIndex == MemoRuleUnknown )
992 if ( stopIndex == MemoRuleFailed )
999 //System.out.println("seen rule "+ruleIndex+" before; skipping ahead to @"+(stopIndex+1)+" failed="+state.failed);
1000 input.Seek( stopIndex + 1 ); // jump to one past stop token