Uses of Interface
com.ibm.dtfj.phd.util.LongEnumeration
-
Uses of LongEnumeration in com.ibm.dtfj.phd
Modifier and TypeMethodDescriptionPHDJavaObject.Builder.refs
(LongEnumeration refs, int skipped) Add the refs attribute to a PHDJavaObject before building it. -
Uses of LongEnumeration in com.ibm.dtfj.phd.parser
Modifier and TypeMethodDescriptionvoid
PortableHeapDumpListener.classDump
(long address, long superAddress, String name, int instanceSize, int flags, int hashCode, LongEnumeration refs) This call represents a class object.void
PortableHeapDumpListener.objectArrayDump
(long address, long classAddress, int flags, int hashCode, LongEnumeration refs, int length, long instanceSize) This call represents an array of objects.void
PortableHeapDumpListener.objectDump
(long address, long classAddress, int flags, int hashCode, LongEnumeration refs, long instanceSize) This call represents a normal object.