Package org.teavm.common
Class MutableGraphEdge
- java.lang.Object
-
- org.teavm.common.MutableGraphEdge
-
public class MutableGraphEdge extends Object
-
-
Constructor Summary
Constructors Constructor Description MutableGraphEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableGraphEdgegetBack()MutableGraphNodegetFirst()MutableGraphNodegetSecond()voidsetFirst(MutableGraphNode first)voidsetSecond(MutableGraphNode second)StringtoString()
-
-
-
Method Detail
-
getFirst
public MutableGraphNode getFirst()
-
setFirst
public void setFirst(MutableGraphNode first)
-
getSecond
public MutableGraphNode getSecond()
-
setSecond
public void setSecond(MutableGraphNode second)
-
getBack
public MutableGraphEdge getBack()
-
-