Class Summary |
LexicalAutomaton |
The lexical automaton holds all automata for the the lexemes of a lexicon. |
LexicalProcessor |
The processor convert a stream text into lexical tokens, like a tokenizer. |
ParserAutomaton |
This class represents a parser automaton, which holds all states and transition, which are used
by the the parser processor. |
ParserProcessor |
This class represents a simulation of a pushdown automata using the parser automaton class. |
PatternAutomaton |
This class represents automaton to recognized text pattern. |
PatternProcessor |
Processor for pattern, which try for matching against a pattern. |