soot.util
Class Cons

java.lang.Object
  extended by soot.util.Cons

public final class Cons
extends Object

A Lisp-style cons cell.


Constructor Summary
Cons(Object car, Object cdr)
           
 
Method Summary
 Object car()
           
 Object cdr()
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cons

public Cons(Object car,
            Object cdr)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

car

public Object car()

cdr

public Object cdr()