Searched defs:startState (Results 1 – 10 of 10) sorted by relevance
53 public List<DFAState> getAnyDFAPathToTarget(DFAState startState, in getAnyDFAPathToTarget()
68 public DFAState startState; field in DFA
141 DFAState startState = dfa.newState(); in computeStartState() local163 startState, in computeStartState() local173 startState, in computeStartState() local
710 protected boolean reachesState(DFAState startState, in reachesState()772 protected void getSampleInputSequenceUsingStateSet(State startState, in getSampleInputSequenceUsingStateSet()
342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t… in picokfst_kfstGetTrans()363 extern void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState, in picokfst_kfstStartInEpsTransSearch()
67 public String getDOT(State startState) { in getDOT()
43 public NFAState startState; field in Rule
157 public NFAState startState; field in Grammar.Decision
106 AutoEscapeContext.AutoEscapeState startState = autoEscapeContext.getCurrentState(); in caseStart() local
1196 State startState = g.getRuleStartState(rule); in checkRule() local