public class ARRAY extends Type
Type
element
ARRAY(Type element)
void
accept(Visitor v)
boolean
coerceTo(Type t)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Type element
public ARRAY(Type element)
public java.lang.String toString()
toString
public boolean coerceTo(Type t)
coerceTo
public void accept(Visitor v)
accept
Visitable