Searched refs:firstAlt (Results 1 – 3 of 3) sorted by relevance
95 int firstAlt = 0; in toString() local102 if ( firstAlt == 0 ) { in toString()103 firstAlt = tracePathAlt; in toString()106 probe.getNFAPathStatesForAlt(firstAlt, in toString()
410 NFAState firstAlt = null; in build_AlternativeBlock() local422 if ( firstAlt==null ) { in build_AlternativeBlock()423 firstAlt = left; // track extreme left node of StateCluster in build_AlternativeBlock()435 result = new StateCluster(firstAlt, blockEndNFAState); in build_AlternativeBlock()437 firstAlt.decisionStateType = NFAState.BLOCK_START; in build_AlternativeBlock()440 firstAlt.endOfBlockStateNumber = blockEndNFAState.stateNumber; in build_AlternativeBlock()
359 public List getNFAPathStatesForAlt(int firstAlt, in getNFAPathStatesForAlt() argument366 for (int a=firstAlt; a<=alt; a++) { in getNFAPathStatesForAlt()