Package org.apache.bcel.generic
Class BasicType
- java.lang.Object
-
- org.apache.bcel.generic.Type
-
- org.apache.bcel.generic.BasicType
-
- All Implemented Interfaces:
java.io.Serializable
public final class BasicType extends Type
Denotes basic type such as int.- Version:
- $Id: BasicType.java 386056 2006-03-15 11:31:56Z tcurdt $
- Author:
- M. Dahm
- See Also:
- Serialized Form
-
-
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
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, toString
-
-
-
-
Method Detail
-
getType
public static final BasicType getType(byte type)
-
hashCode
public int hashCode()
-
-