public final class BasicType extends Type
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BasicType(byte type)
Constructor for basic types such as int, long, `void'
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object _type) |
static BasicType |
getType(byte type) |
int |
hashCode() |
consumed, encode, getArgumentTypes, getArgumentTypesSize, getMethodSignature, getReturnType, getReturnTypeSize, getSignature, getSignature, getSize, getType, getType, getType, getTypes, getTypeSize, size, toString
private static final long serialVersionUID
BasicType(byte type)
type
- one of T_INT, T_BOOLEAN, ..., T_VOIDConstants
public static BasicType getType(byte type)
public int hashCode()