public class Transition
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
Label |
label
What label must be consumed to transition to target
|
State |
target
The target of this transition
|
| Constructor and Description |
|---|
Transition(int label,
State target) |
Transition(Label label,
State target) |
public Label label
public State target
public Transition(int label,
State target)
public boolean isEpsilon()
public boolean isAction()
public boolean isSemanticPredicate()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012. All Rights Reserved.