Package | Description |
---|---|
org.waxeye.parser |
Modifier and Type | Class and Description |
---|---|
class |
AutomatonTransition<E extends Enum<?>>
A transition cost of matching an automaton.
|
class |
CharTransition<E extends Enum<?>>
A transition cost of matching a char from a set.
|
class |
WildCardTransition<E extends Enum<?>>
A transition cost of matching any character.
|
Modifier and Type | Method and Description |
---|---|
ITransition<E> |
Edge.getTrans()
Returns the trans.
|
Constructor and Description |
---|
Edge(ITransition<E> trans,
int state,
boolean voided)
Creates a new Edge.
|
Copyright © 2017 Kevoree Project. All rights reserved.