org.jruby.compiler
Class DAGBuilder.Pair

java.lang.Object
  extended by org.jruby.compiler.DAGBuilder.Pair
Enclosing class:
DAGBuilder

public static class DAGBuilder.Pair
extends java.lang.Object


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

head

public DAGBuilder.N head

tail

public DAGBuilder.N tail
Constructor Detail

DAGBuilder.Pair

public DAGBuilder.Pair()

DAGBuilder.Pair

public DAGBuilder.Pair(DAGBuilder.N ht)

DAGBuilder.Pair

public DAGBuilder.Pair(DAGBuilder.N h,
                       DAGBuilder.N t)
Method Detail

append

public void append(DAGBuilder.N t)

append

public void append(DAGBuilder.N h,
                   DAGBuilder.N t)

append

public void append(DAGBuilder.Pair other)

copy

public void copy(DAGBuilder.Pair other)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.