Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Previous Letter | Next Letter
  • Frames | No Frames
  • All Hierarchies
  • A
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • M
  • R
  • S
  • T

Index

I

Image - Interface in com.ibm.dtfj.image
Represents an entire operating system image (e.g.
ImageAddressSpace - Interface in com.ibm.dtfj.image
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 memory.
ImageProcess - Interface in com.ibm.dtfj.image
Represents a native operating system process.
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 contiguous range of memory in an address space.
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
Represents a native operating system thread.
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
Tests memory execute permission.
isExecutable() - Method in interface com.ibm.dtfj.image.ImageSection
Tests executable permission on memory section.
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
Tests memory read/write permission.
isReadOnly() - Method in interface com.ibm.dtfj.image.ImageSection
Tests read permission on memory section.
isShared() - Method in interface com.ibm.dtfj.image.ImagePointer
Tests memory shared permission.
isShared() - Method in interface com.ibm.dtfj.image.ImageSection
Tests shared permission on memory section.

Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Previous Letter | Next Letter
  • Frames | No Frames
  • All Hierarchies
  • A
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • M
  • R
  • S
  • T

© Copyright IBM Corporation 2005, 2011. All Rights Reserved.