Class MutableGraphNode
java.lang.Object
org.teavm.common.MutableGraphNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnectAll(Collection<MutableGraphNode> nodes) getEdges()intgetTag()voidsetTag(int tag) static GraphtoGraph(List<MutableGraphNode> nodes) toString()
-
Constructor Details
-
MutableGraphNode
public MutableGraphNode(int tag)
-
-
Method Details
-
connectAll
-
getEdges
-
getTag
public int getTag() -
setTag
public void setTag(int tag) -
toString
-
toGraph
-