com.jeffpalm.basic.bytecode.base
Class cp_info

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.Info
      extended by com.jeffpalm.basic.bytecode.base.cp_info
All Implemented Interfaces:
ConstantFlags, Icp_info, IInfo

public class cp_info
extends Info
implements Icp_info


Field Summary
 CONSTANT_info info
           
 u1 tag
           
 
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
cp_info(u1 tag, CONSTANT_info info)
           
 
Method Summary
 ICONSTANT_info info()
           
 Iu1 tag()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

public u1 tag

info

public CONSTANT_info info
Constructor Detail

cp_info

public cp_info(u1 tag,
               CONSTANT_info info)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

tag

public Iu1 tag()
Specified by:
tag in interface Icp_info

info

public ICONSTANT_info info()
Specified by:
info in interface Icp_info