com.sun.tools.classfile
Class Field

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

public class Field
extends java.lang.Object


Field Summary
 AccessFlags access_flags
           
 Attributes attributes
           
 Descriptor descriptor
           
 int name_index
           
 
Constructor Summary
Field(AccessFlags access_flags, int name_index, Descriptor descriptor, Attributes attributes)
           
Field(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

Field

Field(ClassReader cr)
throws java.io.IOException
Throws:
java.io.IOException

Field

public Field(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