|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.DAGBuilder.Pair
public static class DAGBuilder.Pair
Field Summary | |
---|---|
DAGBuilder.N |
head
|
DAGBuilder.N |
tail
|
Constructor Summary | |
---|---|
DAGBuilder.Pair()
|
|
DAGBuilder.Pair(DAGBuilder.N ht)
|
|
DAGBuilder.Pair(DAGBuilder.N h,
DAGBuilder.N t)
|
Method Summary | |
---|---|
void |
append(DAGBuilder.N t)
|
void |
append(DAGBuilder.N h,
DAGBuilder.N t)
|
void |
append(DAGBuilder.Pair other)
|
void |
copy(DAGBuilder.Pair other)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DAGBuilder.N head
public DAGBuilder.N tail
Constructor Detail |
---|
public DAGBuilder.Pair()
public DAGBuilder.Pair(DAGBuilder.N ht)
public DAGBuilder.Pair(DAGBuilder.N h, DAGBuilder.N t)
Method Detail |
---|
public void append(DAGBuilder.N t)
public void append(DAGBuilder.N h, DAGBuilder.N t)
public void append(DAGBuilder.Pair other)
public void copy(DAGBuilder.Pair other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |