A C D E F G H I J M R S T

I

Image - Interface in com.ibm.dtfj.image
This class represents an entire operating system image (e.g.
ImageAddressSpace - Interface in com.ibm.dtfj.image
This class represents a single Address Space within the image.
ImageFactory - Interface in com.ibm.dtfj.image
This interface is used for classes which can produce instances of Image implementors.
ImageModule - Interface in com.ibm.dtfj.image
Represents a shared library loaded into the image, or the executable module itself
ImagePointer - Interface in com.ibm.dtfj.image
Represents an address in image memory.
ImageProcess - Interface in com.ibm.dtfj.image
This class represents a Process running in a given Address Space.
ImageRegister - Interface in com.ibm.dtfj.image
Represents the state of a CPU or FPU register
ImageSection - Interface in com.ibm.dtfj.image
Represents a range of memory used for a specific purpose.
ImageStackFrame - Interface in com.ibm.dtfj.image
Represents a native stack frame
ImageSymbol - Interface in com.ibm.dtfj.image
Represents a symbol defined in an ImageModule
ImageThread - Interface in com.ibm.dtfj.image
A low-level thread instance
isArray() - Method in interface com.ibm.dtfj.java.JavaClass
Is this an array class ?
isArray() - Method in interface com.ibm.dtfj.java.JavaObject
Is this object an array ?
isClassReference() - Method in interface com.ibm.dtfj.java.JavaReference
Does this reference point to a class?
isExecutable() - Method in interface com.ibm.dtfj.image.ImagePointer
Is the referenced location executable ?
isExecutable() - Method in interface com.ibm.dtfj.image.ImageSection
Does this section contain executable code ?
isObjectReference() - Method in interface com.ibm.dtfj.java.JavaReference
Does this reference point to an object in the heap?
isReadOnly() - Method in interface com.ibm.dtfj.image.ImagePointer
Is the referenced location read only ?
isReadOnly() - Method in interface com.ibm.dtfj.image.ImageSection
Is this section read-only ?
isShared() - Method in interface com.ibm.dtfj.image.ImagePointer
Is the referenced location shared ?
isShared() - Method in interface com.ibm.dtfj.image.ImageSection
Is this section shared with other VMs.

A C D E F G H I J M R S T