Home | History | Annotate | Download | only in analysis

Lines Matching refs:transition

199 		if ( s.transition[0] instanceof RuleClosureTransition ) {
200 System.out.println("go to rule "+((NFAState)s.transition[0].target).enclosingRule);
218 Transition transition0 = s.transition[0];
232 // compute FIRST of transition 0
234 // if transition 0 is a rule call and we don't want FOLLOW, check cache
242 // save FIRST cache for transition 0 if rule call
270 Transition transition1 = s.transition[1];
314 Transition transition0 = s.transition[0];
375 Transition transition1 = s.transition[1];
410 Transition transition0 = s.transition[0];
431 s == altStartState.transition[0].target )
440 // get preds from other transition
441 Transition transition1 = s.transition[1];