com.jeffpalm.ajp.impl
Class CONSTANT_u4_info

java.lang.Object
  extended by com.jeffpalm.ajp.impl.Info
      extended by com.jeffpalm.ajp.impl.CONSTANT_info
          extended by com.jeffpalm.ajp.impl.CONSTANT_u4_info
All Implemented Interfaces:
ConstantFlags
Direct Known Subclasses:
CONSTANT_Float_info, CONSTANT_Integer_info

public abstract class CONSTANT_u4_info
extends CONSTANT_info


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
CONSTANT_u4_info(u4 bytes)
           
 
Method Summary
protected  java.lang.String getString()
           
 int intValue()
           
abstract  byte tag()
           
 
Methods inherited from class com.jeffpalm.ajp.impl.CONSTANT_info
getName, toString, toString, 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

CONSTANT_u4_info

public CONSTANT_u4_info(u4 bytes)
Method Detail

tag

public abstract byte tag()
Specified by:
tag in class CONSTANT_info

getString

protected java.lang.String getString()
Specified by:
getString in class CONSTANT_info

intValue

public int intValue()