Uses of Class
gate.creole.morph.FSMState

Packages that use FSMState
gate.creole.morph   
 

Uses of FSMState in gate.creole.morph
 

Fields in gate.creole.morph declared as FSMState
private  FSMState[] CharMap.adjitemsObjs
           
protected  FSMState Interpret.initialState
          The initial state of the FSM that backs this morpher
private  FSMState[] CharMap.itemsObjs
           
(package private)  FSMState Interpret.CharClass.st
           
 

Methods in gate.creole.morph that return FSMState
 FSMState CharMap.get(char key, byte type)
          get the object from the map using the char key
 FSMState Interpret.getInitialState()
           
 FSMState Interpret.getState(char ch, int index)
           
 FSMState FSMState.next(char ch, byte type)
           
private static FSMState ParsingFunctions.next(char ch, HashSet states)
           
 FSMState CharMap.put(char key, FSMState value, byte type)
          put the object into the char map using the chat as the key
 

Methods in gate.creole.morph with parameters of type FSMState
 void Interpret.addState(char ch, FSMState fsm, int index)
           
private  void Interpret.drawFSM(FSMState st, String space)
           
 FSMState CharMap.put(char key, FSMState value, byte type)
          put the object into the char map using the chat as the key
 void FSMState.put(char chr, FSMState state, byte type)