Uses of Interface
com.ibm.dtfj.phd.util.LongEnumeration
-
Packages that use LongEnumeration Package Description com.ibm.dtfj.phd com.ibm.dtfj.phd.parser -
-
Uses of LongEnumeration in com.ibm.dtfj.phd
Methods in com.ibm.dtfj.phd with parameters of type LongEnumeration Modifier and Type Method Description PHDJavaObject.BuilderPHDJavaObject.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 LongEnumeration Modifier and Type Method Description voidPortableHeapDumpListener. 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.
-