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);1032 return getUserMaxLookahead()!=1 &&1082 if ( getUserMaxLookahead()>0 ) {
91 int k = dfa.getUserMaxLookahead(); in convert()640 if ( depth == 1 && d.dfa.getUserMaxLookahead()==0 ) { // k=* only in closure()
494 int user_k = dfa.getUserMaxLookahead(); in getNonDeterministicAlts()
1068 if ( getUserMaxLookahead(decision)==0 || in createLookaheadDFAs()1069 getUserMaxLookahead(decision)==1 ) in createLookaheadDFAs()1198 if ( getUserMaxLookahead(decision)!=1 || // not manually set to k=1 in createLL_1_LookaheadDFA()2555 public int getUserMaxLookahead(int decision) { in getUserMaxLookahead() method in Grammar