- java.lang.Object
-
- com.ibm.dtfj.java.j9.JavaMethod
-
- All Implemented Interfaces:
JavaMember
,JavaMethod
public class JavaMethod extends Object implements JavaMethod
-
-
Constructor Summary
Constructors Constructor Description JavaMethod(ImagePointer methodID, String name, String signature, int modifiers, JavaClass declaringClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createNewBytecodeSection(long start, long size)
void
createNewJITSection(long id, long start, long size)
-
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
-
-
-
-
Constructor Detail
-
JavaMethod
public JavaMethod(ImagePointer methodID, String name, String signature, int modifiers, JavaClass declaringClass)
-
-