com.jeffpalm.basic.bytecode.base
Class Info

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.Info
All Implemented Interfaces:
ConstantFlags
Direct Known Subclasses:
attribute_info, CONSTANT_info, cp_info, exception_table_info, field_or_method_info, u

public abstract class Info
extends java.lang.Object
implements ConstantFlags


Field Summary
 
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
Info()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info()