com.jeffpalm.ajp.impl
Class cp_info

java.lang.Object
  extended by com.jeffpalm.ajp.impl.Info
      extended by com.jeffpalm.ajp.impl.cp_info
All Implemented Interfaces:
ConstantFlags, CPInfo

public class cp_info
extends Info
implements CPInfo


Field Summary
 
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
cp_info(u1 tag, CONSTANT_info info)
           
 
Method Summary
 byte tag()
           
 java.lang.String 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, wait, wait, wait
 

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 byte tag()
Specified by:
tag in interface CPInfo