org.apache.bcel.generic
public final class BasicType extends Type
Version: $Id: BasicType.java 386056 2006-03-15 11:31:56Z tcurdt $
Constructor Summary | |
---|---|
BasicType(byte type)
Constructor for basic types such as int, long, `void'
|
Method Summary | |
---|---|
boolean | equals(Object _type) |
static BasicType | getType(byte type) |
int | hashCode() |
Parameters: type one of T_INT, T_BOOLEAN, ..., T_VOID
See Also: Constants
Returns: true if both type objects refer to the same type
Returns: a hash code value for the object.