Uses of Class
gate.creole.tokeniser.DFSMState

Packages that use DFSMState
gate.creole.tokeniser   
 

Uses of DFSMState in gate.creole.tokeniser
 

Fields in gate.creole.tokeniser declared as DFSMState
protected  DFSMState DefaultTokeniser.dInitialState
          The initial state of the deterministic machin
(package private)  DFSMState[] DFSMState.transitionFunction
          The transition function of this state.
 

Methods in gate.creole.tokeniser that return DFSMState
(package private)  DFSMState DFSMState.next(int type)
          This method is used to access the transition function of this state.
 

Methods in gate.creole.tokeniser with parameters of type DFSMState
(package private)  void DFSMState.put(UnicodeType type, DFSMState state)
          Adds a new mapping in the transition function of this state
(package private)  void DFSMState.put(int index, DFSMState state)
          Adds a new mapping using the actual index in the internal array.