|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.waxeye.parser.State<E>
E
- The node types for the AST.public final class State<E extends java.lang.Enum<?>>
An automaton state.
Constructor Summary | |
---|---|
State(java.util.List<Edge<E>> edges,
boolean match)
Creates a new State. |
Method Summary | |
---|---|
java.util.List<Edge<E>> |
getEdges()
Returns the edges. |
boolean |
isMatch()
Returns the match. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public State(java.util.List<Edge<E>> edges, boolean match)
edges
- The edges of the state.match
- Whether the state is a matching state.Method Detail |
---|
public java.util.List<Edge<E>> getEdges()
public boolean isMatch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |