Lines Matching full:internalstate
41 protected final Map<InternalState, ExternalState> intToExtStateTable;
42 protected final InternalState initialState;
43 protected InternalState currentState;
48 Map<InternalState, ExternalState> intToExtStateTable,
49 InternalState initialState) {
108 InternalState nextState =
111 if (nextState == InternalState.INTERNAL_ERROR_STATE) {
117 currentState = InternalState.INTERNAL_ERROR_STATE;
192 InternalState getCurrentInternalState() {
196 protected void setNextState(InternalState nextState) throws ParseException {
225 protected InternalState handleEnterState(InternalState currentState,
226 InternalState expectedNextState,
242 protected InternalState handleExitState(InternalState currentState,
243 InternalState expectedNextState,
257 protected InternalState handleInState(InternalState currentState,