Uses of Class
gate.creole.tokeniser.FSMState

Packages that use FSMState
gate.creole.tokeniser   
 

Uses of FSMState in gate.creole.tokeniser
 

Fields in gate.creole.tokeniser declared as FSMState
protected  FSMState DefaultTokeniser.initialState
          The initial state of the non deterministic machin
 

Methods in gate.creole.tokeniser that return FSMState
(package private)  FSMState DefaultTokeniser.parseLHS(FSMState startState, StringTokenizer st, String until)
          Parses a part or the entire LHS.
 

Methods in gate.creole.tokeniser with parameters of type FSMState
(package private)  FSMState DefaultTokeniser.parseLHS(FSMState startState, StringTokenizer st, String until)
          Parses a part or the entire LHS.
(package private)  void FSMState.put(UnicodeType type, FSMState state)
          Adds a new transition to the transition function of this state
(package private)  void FSMState.put(int index, FSMState state)
          Adds a new transition to the transition function of this state