Package org.apache.bcel.generic
Class BasicType
- java.lang.Object
-
- org.apache.bcel.generic.Type
-
- org.apache.bcel.generic.BasicType
-
public final class BasicType extends Type
Denotes basic type such as int.
-
-
Constructor Summary
Constructors Constructor Description BasicType(byte type)
Constructor for basic types such as int, long, 'void'
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object type)
static BasicType
getType(byte type)
int
hashCode()
-
Methods inherited from class org.apache.bcel.generic.Type
consumed, encode, getArgumentTypes, getArgumentTypesSize, getClassName, getMethodSignature, getReturnType, getReturnTypeSize, getSignature, getSignature, getSize, getType, getType, getType, getTypes, getTypeSize, normalizeForStackOrLocal, setSignature, size, toString
-
-