- java.lang.Object
-
- com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaClass
-
-
Field Summary
-
Fields declared in interface com.ibm.dtfj.java.JavaClass
MODIFIERS_UNAVAILABLE
-
-
Constructor Summary
Constructors Constructor Description DTFJJavaClass(com.ibm.j9ddr.vm29.pointer.generated.J9ClassPointer j9class)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
long
getPackedDataSize()
boolean
isPacked()
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.java.JavaClass
equals, getClassLoader, getComponentType, getConstantPoolReferences, getDeclaredFields, getDeclaredMethods, getID, getInstanceSize, getInterfaces, getModifiers, getName, getObject, getProtectionDomain, getReferences, getSuperclass, hashCode, isArray
-
-
-
-
Method Detail
-
getFilename
public String getFilename() throws CorruptDataException
- Throws:
CorruptDataException
-
isPacked
public boolean isPacked()
-
getPackedDataSize
public long getPackedDataSize() throws DataUnavailable, CorruptDataException
- Throws:
DataUnavailable
CorruptDataException
-
-