|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSMState | |
gate.creole.tokeniser |
Uses of FSMState in gate.creole.tokeniser |
Fields in gate.creole.tokeniser declared as FSMState | |
protected FSMState |
SimpleTokeniser.initialState
The initial state of the non deterministic machin |
Methods in gate.creole.tokeniser that return FSMState | |
(package private) FSMState |
SimpleTokeniser.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) 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 |
(package private) FSMState |
SimpleTokeniser.parseLHS(FSMState startState,
StringTokenizer st,
String until)
Parses a part or the entire LHS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |