com.jeffpalm.ajp.impl
Class method_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.method_info
All Implemented Interfaces:
ConstantFlags, MethodFlags, Dumpable

public class method_info
extends field_or_method_info
implements MethodFlags


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.MethodFlags
ACC_ABSTRACT, ACC_FINAL, ACC_NATIVE, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_STRICT, ACC_SYNCHRONIZED
 
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
method_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

method_info

public method_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