Searched defs:nextState (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/fsm/
H A DGuardedAction.java45 private State nextState ; field in class:GuardedAction
47 public GuardedAction( Action action, State nextState )
51 this.nextState = nextState ;
54 public GuardedAction( Guard guard, Action action, State nextState )
58 this.nextState = nextState ;
64 " nextState=" + nextState + "]" ;
69 public State getNextState() { return nextState ; }
[all...]
H A DStateEngineImpl.java170 StateImpl nextState = (StateImpl)currentState.getDefaultNextState() ;
171 if (nextState == null)
173 nextState = currentState ;
175 return nextState ;
196 StateImpl nextState = null ;
204 nextState = getDefaultNextState( currentState ) ;
210 ORBUtility.dprint( this, "default nextState = " + nextState ) ;
229 nextState = (StateImpl)ga.getNextState() ;
232 ORBUtility.dprint( this, "nextState
247 performStateTransition( FSM fsm, Input in, StateImpl nextState, Action action, boolean debug ) argument
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.h88 le_uint8 nextState; member in struct:ThaiShaping::StateTransition
91 le_uint8 getNextState() { return nextState; };
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java398 final State nextState; field in class:SchemaParser.ForeignElementHandler
404 ForeignElementHandler(State nextState, CommentList comments) { argument
405 this.nextState = nextState;
436 nextState.endForeignChild(ea);
437 nextState.set();
469 final State nextState; field in class:SchemaParser.Skipper
471 Skipper(State nextState) { argument
472 this.nextState = nextState;
[all...]

Completed in 70 milliseconds