com.sun.tools.classfile
Class Method

java.lang.Object
  extended by com.sun.tools.classfile.Method

public class Method
extends java.lang.Object


Field Summary
 AccessFlags access_flags
           
 Attributes attributes
           
 Descriptor descriptor
           
 int name_index
           
 
Constructor Summary
Method(AccessFlags access_flags, int name_index, Descriptor descriptor, Attributes attributes)
           
Method(ClassReader cr)
           
 
Method Summary
 java.lang.String getName(ConstantPool constant_pool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

access_flags

public final AccessFlags access_flags

name_index

public final int name_index

descriptor

public final Descriptor descriptor

attributes

public final Attributes attributes
Constructor Detail

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)
Method Detail

getName

public java.lang.String getName(ConstantPool constant_pool)
                         throws ConstantPoolException
Throws:
ConstantPoolException