Uses of Class
com.ibm.dtfj.phd.PHDJavaObject.Builder
-
Packages that use PHDJavaObject.Builder Package Description com.ibm.dtfj.phd -
-
Uses of PHDJavaObject.Builder in com.ibm.dtfj.phd
Methods in com.ibm.dtfj.phd that return PHDJavaObject.Builder Modifier and Type Method Description PHDJavaObject.Builder
PHDJavaObject.Builder. instanceSize(long instanceSize)
Add the instance size attribute to a PHDJavaObject before building it.PHDJavaObject.Builder
PHDJavaObject.Builder. length(int length)
Add the length attribute to a PHDJavaObject before building it.PHDJavaObject.Builder
PHDJavaObject.Builder. refs(LongEnumeration refs, int skipped)
Add the refs attribute to a PHDJavaObject before building it.PHDJavaObject.Builder
PHDJavaObject.Builder. refsAsArray(long[] refs, int skipped)
Add the refs attribute to a PHDJavaObject before building it.Constructors in com.ibm.dtfj.phd with parameters of type PHDJavaObject.Builder Constructor Description PHDJavaObject(PHDJavaObject.Builder builder)
-