com.jeffpalm.basic.bytecode.base
Class u1

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.Info
      extended by com.jeffpalm.basic.bytecode.base.u
          extended by com.jeffpalm.basic.bytecode.base.u1
All Implemented Interfaces:
ConstantFlags, Iu, Iu1

public final class u1
extends u
implements Iu1


Field Summary
 byte b0
           
 
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
u1(byte b0)
           
 
Method Summary
 byte b0()
           
 boolean equals(java.lang.Object o)
           
protected  java.lang.String hex()
           
 long longValue()
           
static u1 newInstance(byte b0)
           
 byte value()
           
 
Methods inherited from class com.jeffpalm.basic.bytecode.base.u
charValue, hexString, intValue, toHex, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jeffpalm.basic.bytecode.Iu
intValue
 

Field Detail

b0

public byte b0
Constructor Detail

u1

public u1(byte b0)
Method Detail

newInstance

public static u1 newInstance(byte b0)

hex

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

longValue

public long longValue()
Specified by:
longValue in interface Iu
Specified by:
longValue in class u

b0

public byte b0()
Specified by:
b0 in interface Iu1

value

public byte value()
Specified by:
value in interface Iu1

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object