Searched refs:getUserMaxLookahead (Results 1 – 4 of 4) sorted by relevance
284 if ( getUserMaxLookahead()>0 ) { in resetStateNumbersToBeContiguous()420 if ( getUserMaxLookahead()>0 ) {666 if ( getUserMaxLookahead()>0 ) {729 return cyclic && getUserMaxLookahead()==0;761 public int getUserMaxLookahead() {765 user_k = nfa.grammar.getUserMaxLookahead(decisionNumber);1031 return getUserMaxLookahead()!=1 &&1081 if ( getUserMaxLookahead()>0 ) {
91 int k = dfa.getUserMaxLookahead(); in convert()640 if ( depth == 1 && d.dfa.getUserMaxLookahead()==0 ) { // k=* only in closure()
499 int user_k = dfa.getUserMaxLookahead(); in getNonDeterministicAlts()
1109 if ( getUserMaxLookahead(decision)==0 || in createLookaheadDFAs()1110 getUserMaxLookahead(decision)==1 ) in createLookaheadDFAs()1239 if ( getUserMaxLookahead(decision)!=1 || // not manually set to k=1 in createLL_1_LookaheadDFA()2599 public int getUserMaxLookahead(int decision) { in getUserMaxLookahead() method in Grammar