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.BuilderPHDJavaObject.Builder. instanceSize(long instanceSize)Add the instance size attribute to a PHDJavaObject before building it.PHDJavaObject.BuilderPHDJavaObject.Builder. length(int length)Add the length attribute to a PHDJavaObject before building it.PHDJavaObject.BuilderPHDJavaObject.Builder. refs(LongEnumeration refs, int skipped)Add the refs attribute to a PHDJavaObject before building it.PHDJavaObject.BuilderPHDJavaObject.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)
-