|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.DAGBuilder
public class DAGBuilder
Nested Class Summary | |
---|---|
static class |
DAGBuilder.B
|
static class |
DAGBuilder.N
|
static class |
DAGBuilder.Pair
|
Constructor Summary | |
---|---|
DAGBuilder()
|
Method Summary | |
---|---|
static DAGBuilder.Pair |
getExtents(Node node)
|
static DAGBuilder.N |
node(java.lang.String name,
java.lang.Object... payload)
|
static DAGBuilder.Pair |
pair()
|
static DAGBuilder.Pair |
pair(DAGBuilder.N ht)
|
static DAGBuilder.Pair |
pair(DAGBuilder.N head,
DAGBuilder.N tail)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAGBuilder()
Method Detail |
---|
public static DAGBuilder.Pair pair(DAGBuilder.N head, DAGBuilder.N tail)
public static DAGBuilder.Pair pair(DAGBuilder.N ht)
public static DAGBuilder.Pair pair()
public static DAGBuilder.N node(java.lang.String name, java.lang.Object... payload)
public static DAGBuilder.Pair getExtents(Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |