gnu.bytecode
public class PrimType extends Type
Constructor Summary | |
---|---|
PrimType(String nam, String sig, int siz, Class reflectClass) | |
protected | PrimType(PrimType type) |
Method Summary | |
---|---|
static boolean | booleanValue(Object value) Coerce value to a boolean.
|
char | charValue(Object value) Coerce value to a char.
|
Object | coerceFromObject(Object obj) |
static int | compare(PrimType type1, PrimType type2) |
int | compare(Type other) |
void | emitCoerceFromObject(CodeAttr code) |
void | emitCoerceToObject(CodeAttr code) |
void | emitIsInstance(CodeAttr code) |