com.jeffpalm.basic.bytecode.base
Class field_info

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.Info
      extended by com.jeffpalm.basic.bytecode.base.field_or_method_info
          extended by com.jeffpalm.basic.bytecode.base.field_info
All Implemented Interfaces:
ConstantFlags, FieldFlags, Ifield_info, Ifield_or_method_info

public class field_info
extends field_or_method_info
implements FieldFlags, Ifield_info


Field Summary
 
Fields inherited from class com.jeffpalm.basic.bytecode.base.field_or_method_info
access_flags, attributes, attributes_count, descriptor_index, name_index
 
Fields inherited from interface com.jeffpalm.basic.bytecode.base.FieldFlags
ACC_FINAL, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_TRANSIENT, ACC_VOLATILE
 
Fields inherited from interface com.jeffpalm.basic.bytecode.base.ConstantFlags
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8
 
Constructor Summary
field_info(u2 access_flags, u2 name_index, u2 descriptor_index, u2 attributes_count, attribute_info[] attributes)
           
 
Method Summary
protected  java.lang.String access_flagsString()
           
 
Methods inherited from class com.jeffpalm.basic.bytecode.base.field_or_method_info
access_flags, attributes_count, attributes, descriptor_index, name_index, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jeffpalm.basic.bytecode.Ifield_or_method_info
access_flags, attributes_count, attributes, descriptor_index, name_index
 

Constructor Detail

field_info

public field_info(u2 access_flags,
                  u2 name_index,
                  u2 descriptor_index,
                  u2 attributes_count,
                  attribute_info[] attributes)
Method Detail

access_flagsString

protected java.lang.String access_flagsString()
Specified by:
access_flagsString in class field_or_method_info