|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokeniserException | |
gate.creole.tokeniser |
Uses of TokeniserException in gate.creole.tokeniser |
Subclasses of TokeniserException in gate.creole.tokeniser | |
class |
InvalidRuleException
Fired when an invalid tokeniser rule is found |
Methods in gate.creole.tokeniser that throw TokeniserException | |
(package private) void |
DefaultTokeniser.parseRule(String line)
Parses one input line containing a tokeniser rule. |
(package private) FSMState |
DefaultTokeniser.parseLHS(FSMState startState,
StringTokenizer st,
String until)
Parses a part or the entire LHS. |
(package private) String |
DefaultTokeniser.parseQuotedString(StringTokenizer st,
String until)
Parses from the given string tokeniser until it finds a specific delimiter. |
(package private) void |
DefaultTokeniser.eliminateVoidTransitions()
Converts the FSM from a non-deterministic to a deterministic one by eliminating all the unrestricted transitions. |
(package private) void |
DFSMState.buildTokenDesc()
Builds the token description for the token that will be generated when this final state will be reached and the action associated with it will be fired. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |