Searched refs:handleExitState (Results 1 – 3 of 3) sorted by relevance
122 nextState = handleExitState(currentState, nextState, input); in parse()206 nextState = handleExitState(currentState, nextState, nullChar); in setNextState()242 protected InternalState handleExitState(InternalState currentState, in handleExitState() method in GenericParser
119 protected InternalState handleExitState(InternalState currentState, in handleExitState() method in JavascriptParserImpl
443 protected InternalState handleExitState(InternalState currentState, in handleExitState() method in HtmlParserImpl