net.sourceforge.chaperon.process |
|
Java Source File Name | Type | Comment |
GeneralParserProcessor.java | Class | This class represents a simulation of a pushdown automata using the parser automaton class. |
LexicalAutomaton.java | Class | The lexical automaton holds all automata for the the lexemes of a lexicon. |
LexicalProcessor.java | Class | The processor convert a stream text into lexical tokens, like a tokenizer. |
ParseException.java | Class | |
ParserAutomaton.java | Class | This class represents a parser automaton, which holds all states and transition, which are used
by the the parser processor. |
ParserProcessor.java | Class | This class represents a simulation of a pushdown automata using the parser automaton class. |
PatternAutomaton.java | Class | This class represents automaton to recognized text pattern. |
PatternProcessor.java | Class | Processor for pattern, which try for matching against a pattern. |