Public Methods | |
BirTypePrint (BirState state) | |
void | caseArray (Array type, Object o) |
void | caseBool (Bool type, Object o) |
void | caseCollection (Collection type, Object o) |
void | caseEnumerated (Enumerated type, Object o) |
void | caseField (Field type, Object o) |
void | caseLock (Lock type, Object o) |
void | caseRange (Range type, Object o) |
void | caseRecord (Record type, Object o) |
void | caseRef (Ref type, Object o) |
void | defaultCase (Object obj) |
Private Methods | |
void | simplePrint (Type type, Object o) |
int | varOffset (Object context) |
Private Attributes | |
BirState | state |
Literal[] | store |
TransSystem | system |
Definition at line 42 of file BirTypePrint.java.