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 booleanequals(java.lang.Object _type)static BasicTypegetType(byte type)inthashCode()-
Methods inherited from class org.apache.bcel.generic.Type
consumed, encode, getArgumentTypes, getArgumentTypesSize, getMethodSignature, getReturnType, getReturnTypeSize, getSignature, getSignature, getSize, getType, getType, getType, getTypes, getTypeSize, normalizeForStackOrLocal, setSignature, size, toString
-
-