public class Transition extends Object implements 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 compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2016. All Rights Reserved.