AddressField
| A specialization of Field which adds Address-typed accessor
methods. |
code | html |
CIntegerField
| A specialization of Field which represents a field referring to a
C integer value. |
code | html |
CIntegerType
| This subinterface of Type provides accessors to deal with all
C integer types. |
code | html |
Field
| This is the basic interface which describes a field in a C/C++
data structure or a Java object. |
code | html |
JBooleanField
| A specialization of Field which represents a field containing a
Java boolean value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
booleans. |
code | html |
JByteField
| A specialization of Field which represents a field containing a
Java byte value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
bytes. |
code | html |
JCharField
| A specialization of Field which represents a field containing a
Java char value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
chars. |
code | html |
JDoubleField
| A specialization of Field which represents a field containing a
Java double value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
doubles. |
code | html |
JFloatField
| A specialization of Field which represents a field containing a
Java float value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
floats. |
code | html |
JIntField
| A specialization of Field which represents a field containing a
Java int value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
ints. |
code | html |
JLongField
| A specialization of Field which represents a field containing a
Java long value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
longs. |
code | html |
JShortField
| A specialization of Field which represents a field containing a
Java short value (in either a C/C++ data structure or a Java
object) and which adds typechecked getValue() routines returning
shorts. |
code | html |
NarrowOopField
| A specialization of Field which represents a field containing an
narrow oop value and which adds typechecked getValue() routines returning
OopHandles. |
code | html |
OopField
| A specialization of Field which represents a field containing an
oop value and which adds typechecked getValue() routines returning
OopHandles. |
code | html |
PointerType
| This interface describes C pointer types, specifically to be able
to model pointer fields within types more accurately. |
code | html |
Type
| This is the top-level interface which describes C++ classes and
primitive types as well as enough about Java primitive and object
types to allow the oop hierarchy to be constructed. |
code | html |
TypeDataBase
| |
code | html |