com.jeffpalm.ajp.impl
Class u1

java.lang.Object
  extended by com.jeffpalm.ajp.impl.Info
      extended by com.jeffpalm.ajp.impl.u
          extended by com.jeffpalm.ajp.impl.u1
All Implemented Interfaces:
ConstantFlags

public class u1
extends u


Field Summary
 byte b0
           
 
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
u1(byte b0)
           
 
Method Summary
 byte byteValue()
           
protected  java.lang.String hex()
           
 int intValue()
           
 
Methods inherited from class com.jeffpalm.ajp.impl.u
charValue, hexString, longValue, toHex, 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
 

Field Detail

b0

public final byte b0
Constructor Detail

u1

public u1(byte b0)
Method Detail

hex

protected java.lang.String hex()
Specified by:
hex in class u

intValue

public int intValue()
Specified by:
intValue in class u

byteValue

public byte byteValue()