Uses of Class
com.ibm.j9ddr.vm29.tools.ddrinteractive.IClassWalkCallbacks.SlotType
-
Packages that use IClassWalkCallbacks.SlotType Package Description com.ibm.j9ddr.vm29.tools.ddrinteractive -
-
Uses of IClassWalkCallbacks.SlotType in com.ibm.j9ddr.vm29.tools.ddrinteractive
Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive that return IClassWalkCallbacks.SlotType Modifier and Type Method Description IClassWalkCallbacks.SlotType
LinearDumper.J9ClassRegion. getType()
static IClassWalkCallbacks.SlotType
IClassWalkCallbacks.SlotType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IClassWalkCallbacks.SlotType[]
IClassWalkCallbacks.SlotType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive with parameters of type IClassWalkCallbacks.SlotType Modifier and Type Method Description void
LinearDumper. addRegion(StructurePointer clazz, IClassWalkCallbacks.SlotType type, AbstractPointer slotPtr, String slotName, long length, boolean computePadding)
void
IClassWalkCallbacks. addSlot(StructurePointer clazz, IClassWalkCallbacks.SlotType type, AbstractPointer slotPtr, String slotName)
The information of one slot is sent back.void
IClassWalkCallbacks. addSlot(StructurePointer clazz, IClassWalkCallbacks.SlotType type, AbstractPointer slotPtr, String slotName, String additionalInfo)
The information of one slot is sent back.Constructors in com.ibm.j9ddr.vm29.tools.ddrinteractive with parameters of type IClassWalkCallbacks.SlotType Constructor Description J9ClassRegion(AbstractPointer slotPtr, IClassWalkCallbacks.SlotType type, String name, String additionalInfo, long length, long offset, boolean computePadding)
-