Public Methods | |
void | caseBooleanType (BooleanType type) |
void | caseByteType (ByteType type) |
void | caseShortType (ShortType type) |
void | caseCharType (CharType type) |
void | defaultCase (Type type) |
Private Methods | |
ToInt () | |
Type | toInt (Type type) |
Private Attributes | |
Type | result |
Type | intType = IntType.v() |
Definition at line 115 of file ClassHierarchy.java.
|
Transform boolean, byte, short and char into int. * Definition at line 125 of file ClassHierarchy.java. Referenced by ClassHierarchy::getTypeNode().
|