| |
|
| java.lang.Object com.sun.satsa.jcrmic.classfile.JMethod
JMethod | public class JMethod (Code) | | This class represents a method.
|
JMethod | public JMethod(JConstantPool constant_pool)(Code) | | Constructor.
Parameters: constant_pool - constant pool reference |
getExceptionsThrown | public String[] getExceptionsThrown()(Code) | | Returns the list of names of exceptions declared in the throw clause.
the list of names of exceptions declared in the throw clause |
getMethodDescriptor | public String getMethodDescriptor()(Code) | | Returns method descriptor.
method descriptor |
getMethodName | public String getMethodName()(Code) | | Returns method name.
method name |
|
|
|