Searched refs:firstAlt (Results 1 – 3 of 3) sorted by relevance
95 int firstAlt = 0; in toString() local101 if ( firstAlt == 0 ) { in toString()102 firstAlt = tracePathAlt; in toString()105 probe.getNFAPathStatesForAlt(firstAlt, in toString()
409 NFAState firstAlt = null; in build_AlternativeBlock() local420 if ( firstAlt==null ) { in build_AlternativeBlock()421 firstAlt = left; // track extreme left node of StateCluster in build_AlternativeBlock()433 result = new StateCluster(firstAlt, blockEndNFAState); in build_AlternativeBlock()435 firstAlt.decisionStateType = NFAState.BLOCK_START; in build_AlternativeBlock()438 firstAlt.endOfBlockStateNumber = blockEndNFAState.stateNumber; in build_AlternativeBlock()
356 public List<? extends NFAState> getNFAPathStatesForAlt(int firstAlt, in getNFAPathStatesForAlt() argument363 for (int a=firstAlt; a<=alt; a++) { in getNFAPathStatesForAlt()