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

Constructor Index

 o PrimType(String, String, int, Class)

Method Index

 o coerceFromObject(Object)
Convert an object to a value of this Type.
 o emitCoerceFromObject(CodeAttr)
Compile code to coerce/convert from Object to this type.

Constructors

 o PrimType
 public PrimType(String nam,
                 String sig,
                 int siz,
                 Class reflectClass)

Methods

 o coerceFromObject
 public Object coerceFromObject(Object obj)
Convert an object to a value of this Type.

Overrides:
coerceFromObject in class Type
 o 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