Interface | Description |
---|---|
IParser<E extends Enum<?>> |
An interface to a Waxeye parser.
|
ITransition<E extends Enum<?>> |
An edge transition cost.
|
ITransitionVisitor<E extends Enum<?>> |
Visits transitions.
|
Class | Description |
---|---|
AutomatonTransition<E extends Enum<?>> |
A transition cost of matching an automaton.
|
CharTransition<E extends Enum<?>> |
A transition cost of matching a char from a set.
|
Edge<E extends Enum<?>> |
An edge in an automaton state.
|
FA<E extends Enum<?>> |
A finite state automaton.
|
ParseError |
An error that occurred during parsing.
|
Parser<E extends Enum<?>> |
Implements the logic of the parser.
|
ParseResult<E extends Enum<?>> |
The result of a parse.
|
State<E extends Enum<?>> |
An automaton state.
|
WildCardTransition<E extends Enum<?>> |
A transition cost of matching any character.
|
Copyright © 2017 Kevoree Project. All rights reserved.