Uses of Interface
com.ibm.dtfj.phd.util.LongEnumeration
Packages that use LongEnumeration
-
Uses of LongEnumeration in com.ibm.dtfj.phd
Methods in com.ibm.dtfj.phd with parameters of type LongEnumerationModifier 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
Methods in com.ibm.dtfj.phd.parser with parameters of type LongEnumerationModifier and TypeMethodDescriptionvoidPortableHeapDumpListener.classDump(long address, long superAddress, String name, int instanceSize, int flags, int hashCode, LongEnumeration refs) This call represents a class object.voidPortableHeapDumpListener.objectArrayDump(long address, long classAddress, int flags, int hashCode, LongEnumeration refs, int length, long instanceSize) This call represents an array of objects.voidPortableHeapDumpListener.objectDump(long address, long classAddress, int flags, int hashCode, LongEnumeration refs, long instanceSize) This call represents a normal object.