- java.lang.Object
-
- com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaMethod
-
- All Implemented Interfaces:
JavaMember
,JavaMethod
public class DTFJJavaMethod extends Object implements JavaMethod
-
-
Field Summary
Fields Modifier and Type Field Description protected DTFJJavaClass
clazz
protected com.ibm.j9ddr.vm29.pointer.generated.J9MethodPointer
j9ramMethod
protected com.ibm.j9ddr.vm29.pointer.generated.J9ROMMethodPointer
j9romMethod
-
Constructor Summary
Constructors Constructor Description DTFJJavaMethod(DTFJJavaClass dtfjJavaClass, com.ibm.j9ddr.vm29.pointer.generated.J9MethodPointer j9Method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
-
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.JavaMember
getDeclaringClass, getModifiers, getName, getSignature, hashCode
-
Methods declared in interface com.ibm.dtfj.java.JavaMethod
equals, getBytecodeSections, getCompiledSections
-
-
-
-
Field Detail
-
clazz
protected final DTFJJavaClass clazz
-
j9romMethod
protected final com.ibm.j9ddr.vm29.pointer.generated.J9ROMMethodPointer j9romMethod
-
j9ramMethod
protected final com.ibm.j9ddr.vm29.pointer.generated.J9MethodPointer j9ramMethod
-
-
Constructor Detail
-
DTFJJavaMethod
public DTFJJavaMethod(DTFJJavaClass dtfjJavaClass, com.ibm.j9ddr.vm29.pointer.generated.J9MethodPointer j9Method) throws CorruptDataException
- Throws:
CorruptDataException
-
-
Method Detail
-
getFilename
public String getFilename() throws CorruptDataException
- Throws:
CorruptDataException
-
-