Modifier and Type | Field and Description |
---|---|
RECORD |
fields |
RECORD |
methods |
CLASS |
myClass |
Constructor and Description |
---|
OBJECT(CLASS myClass) |
OBJECT(CLASS myClass,
RECORD methods,
RECORD fields) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Visitor pattern dispatch.
|
boolean |
coerceTo(Type t) |
java.lang.String |
toString() |
public OBJECT(CLASS myClass)