| Package | Description |
|---|---|
| org.jsweet.transpiler.util |
This package contains utilities for the JSweet transpiler.
|
| Modifier and Type | Field and Description |
|---|---|
LinkedHashSet<DirectedGraph.Edge<T>> |
DirectedGraph.Node.inEdges
The edges entering this node.
|
LinkedHashSet<DirectedGraph.Edge<T>> |
DirectedGraph.Node.outEdges
The edges leaving from this node.
|
LinkedHashSet<DirectedGraph.Edge<T>> |
DirectedGraph.Node.usedInEdges
Information used for sorting only.
|
LinkedHashSet<DirectedGraph.Edge<T>> |
DirectedGraph.Node.usedOutEdges
Information used for sorting only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectedGraph.Node.useInEdge(DirectedGraph.Edge<T> edge)
Used for sorting only.
|
void |
DirectedGraph.Node.useOutEdge(DirectedGraph.Edge<T> edge)
Used for sorting only.
|