public class Compound3<X1 extends Term<?>,X2 extends Term<?>,X3 extends Term<?>> extends Cons<X1,Cons<X2,Cons<X3,Nil>>>
Compound3(String name, X1 x1, X2 x2, X3 x3)
X1
get0()
X2
get1()
X3
get2()
append, arity, getHead, getName, getRest, iterator, make, marshal, toJava, toString
fromJava, unmarshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Compound3(String name, X1 x1, X2 x2, X3 x3)
public X1 get0()
public X2 get1()
public X3 get2()