com.jeffpalm.ajp.impl
Class field_info

java.lang.Object
  extended by com.jeffpalm.ajp.impl.Info
      extended by com.jeffpalm.ajp.impl.field_or_method_info
          extended by com.jeffpalm.ajp.impl.field_info
All Implemented Interfaces:
ConstantFlags, FieldFlags, Dumpable

public class field_info
extends field_or_method_info
implements FieldFlags


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.decompiler.Dumpable
Dumpable.Helper
 
Field Summary
 
Fields inherited from class com.jeffpalm.ajp.impl.field_or_method_info
access_flags, attributes, attributes_count, descriptor_index, name_index
 
Fields inherited from interface com.jeffpalm.ajp.impl.FieldFlags
ACC_FINAL, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_TRANSIENT, ACC_VOLATILE
 
Fields inherited from interface com.jeffpalm.decompiler.Dumpable
HELPER
 
Fields inherited from interface com.jeffpalm.ajp.impl.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_flags()
           
 
Methods inherited from class com.jeffpalm.ajp.impl.field_or_method_info
dumpTo, toString
 
Methods inherited from class com.jeffpalm.ajp.impl.Info
a, a, a, a, n, n, n, n, newlines, str, unroll, utf8String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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_flags

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