com.sun.tools.classfile
Class Method
java.lang.Object
com.sun.tools.classfile.Method
public class Method
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
access_flags
public final AccessFlags access_flags
name_index
public final int name_index
descriptor
public final Descriptor descriptor
attributes
public final Attributes attributes
Method
Method(ClassReader cr)
throws java.io.IOException
- Throws:
java.io.IOException
Method
public Method(AccessFlags access_flags,
int name_index,
Descriptor descriptor,
Attributes attributes)
getName
public java.lang.String getName(ConstantPool constant_pool)
throws ConstantPoolException
- Throws:
ConstantPoolException