|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.generic.Type | +--de.fub.bytecode.generic.BasicType
Denotes basic type such as int.
Fields inherited from class de.fub.bytecode.generic.Type |
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID |
Method Summary | |
boolean |
equals(java.lang.Object type)
|
static BasicType |
getType(byte type)
|
Methods inherited from class de.fub.bytecode.generic.Type |
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSize, getType, getType, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static final BasicType getType(byte type)
public boolean equals(java.lang.Object type)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |