- java.lang.Object
-
- com.ibm.dtfj.java.javacore.JCJavaMethod
-
- All Implemented Interfaces:
JavaMember
,JavaMethod
public class JCJavaMethod extends Object implements JavaMethod
-
-
Constructor Summary
Constructors Constructor Description JCJavaMethod(String name, JCJavaClass javaClass)
-
Method Summary
-
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
-
JCJavaMethod
public JCJavaMethod(String name, JCJavaClass javaClass) throws JCInvalidArgumentsException
- Throws:
JCInvalidArgumentsException
-
-