com.jeffpalm.basic.bytecode.base
Class u

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.Info
      extended by com.jeffpalm.basic.bytecode.base.u
All Implemented Interfaces:
ConstantFlags, Iu
Direct Known Subclasses:
u1, u2, u4

public abstract class u
extends Info
implements Iu


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
u()
           
 
Method Summary
 char charValue()
           
protected abstract  java.lang.String hex()
           
 java.lang.String hexString()
           
 int intValue()
           
abstract  long longValue()
           
static java.lang.String toHex(byte b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

u

public u()
Method Detail

toHex

public static java.lang.String toHex(byte b)

hex

protected abstract java.lang.String hex()

charValue

public char charValue()

toString

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

hexString

public java.lang.String hexString()

longValue

public abstract long longValue()
Specified by:
longValue in interface Iu

intValue

public int intValue()
Specified by:
intValue in interface Iu