|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bcel.generic.Type
org.apache.bcel.generic.BasicType
public final class BasicType
Denotes basic type such as int.
| Field Summary |
|---|
| Fields inherited from class org.apache.bcel.generic.Type |
|---|
BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID |
| Constructor Summary | |
|---|---|
BasicType(byte type)
Constructor for basic types such as int, long, `void' |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object _type)
|
static BasicType |
getType(byte type)
|
int |
hashCode()
|
| Methods inherited from class org.apache.bcel.generic.Type |
|---|
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
BasicType(byte type)
type - one of T_INT, T_BOOLEAN, ..., T_VOIDConstants| Method Detail |
|---|
public static final BasicType getType(byte type)
public int hashCode()
hashCode in class Typepublic boolean equals(java.lang.Object _type)
equals in class Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||