public class Type extends java.lang.Object
static Type
anyary(Type[] ts)
dblary()
fcn(Type[] ts)
Type
ret()
java.lang.String
toString()
unbound()
varargs(Type t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static Type unbound()
public static Type fcn(Type[] ts)
public static Type varargs(Type t)
public static Type dblary()
public static Type anyary(Type[] ts)
public Type ret()
public java.lang.String toString()
toString
java.lang.Object