|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.basic.bytecode.base.Info
com.jeffpalm.basic.bytecode.base.u
public abstract class u
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 |
---|
public u()
Method Detail |
---|
public static java.lang.String toHex(byte b)
protected abstract java.lang.String hex()
public char charValue()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String hexString()
public abstract long longValue()
longValue
in interface Iu
public int intValue()
intValue
in interface Iu
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |