|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--absynt.Absyn
|
+--absynt.Transition
Class implementing a transition. A transition is given by it's target and source, and the label.
| Field Summary | |
Label |
lab
|
Astate |
source
|
Astate |
target
|
| Fields inherited from class absynt.Absyn |
location |
| Constructor Summary | |
Transition(Astate s,
Astate t,
Label l)
|
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public Astate source
public Astate target
public Label lab
| Constructor Detail |
public Transition(Astate s,
Astate t,
Label l)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||