Constructor and Description |
---|
RECORD() |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Visitor pattern dispatch.
|
boolean |
coerceTo(Type t) |
FIELD |
get(java.lang.String name) |
java.util.Iterator<FIELD> |
iterator() |
FIELD |
put(Type type,
java.lang.String name) |
int |
size() |
java.lang.String |
toString() |