All Packages Class Hierarchy This Package Previous Next Index
Class gnu.bytecode.PrimType
java.lang.Object
|
+----gnu.bytecode.Type
|
+----gnu.bytecode.PrimType
- public class PrimType
- extends Type
-
PrimType(String, String, int, Class)
-
-
coerceFromObject(Object)
- Convert an object to a value of this Type.
-
emitCoerceFromObject(CodeAttr)
- Compile code to coerce/convert from Object to this type.
PrimType
public PrimType(String nam,
String sig,
int siz,
Class reflectClass)
coerceFromObject
public Object coerceFromObject(Object obj)
- Convert an object to a value of this Type.
- Overrides:
- coerceFromObject in class Type
emitCoerceFromObject
public void emitCoerceFromObject(CodeAttr code)
- Compile code to coerce/convert from Object to this type.
- Overrides:
- emitCoerceFromObject in class Type
All Packages Class Hierarchy This Package Previous Next Index