org.apache.bcel.generic

Class BasicType

public final class BasicType extends Type

Denotes basic type such as int.
Method Summary
booleanequals(Object _type)
static BasicTypegetType(byte type)
inthashCode()

Method Detail

equals

public boolean equals(Object _type)

Returns: true if both type objects refer to the same type

getType

public static final BasicType getType(byte type)

hashCode

public int hashCode()

Returns: a hash code value for the object.