Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DE.fub.inf.JVM.ClassGen.Type | +--DE.fub.inf.JVM.ClassGen.BasicType
Fields inherited from class DE.fub.inf.JVM.ClassGen.Type | |
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, SHORT, signature, type, VOID |
Constructor Summary | |
BasicType(byte type)
Constructor for basic types such as int, long, `void' |
Method Summary | |
boolean | equals(java.lang.Object type)
|
Methods inherited from class DE.fub.inf.JVM.ClassGen.Type | |
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSize, getType, getType, toString |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public BasicType(byte type)
type
- one of T_INT, T_BOOLEAN, ..., T_VOIDMethod Detail |
public boolean equals(java.lang.Object type)
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |