com.jeffpalm.basic.bytecode.base
Class u4
java.lang.Object
com.jeffpalm.basic.bytecode.base.Info
com.jeffpalm.basic.bytecode.base.u
com.jeffpalm.basic.bytecode.base.u4
- All Implemented Interfaces:
- ConstantFlags, Iu, Iu4
public class u4
- extends u
- implements Iu4
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 |
u4(byte b0,
byte b1,
byte b2,
byte b3)
|
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 |
u4
public u4(byte b0,
byte b1,
byte b2,
byte b3)
newInstance
public static u4 newInstance(int bytes)
newInstance
public static u4 newInstance(byte b0,
byte b1,
byte b2,
byte b3)
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
value
public int value()
- Specified by:
value
in interface Iu4
b0
public byte b0()
- Specified by:
b0
in interface Iu4
b1
public byte b1()
- Specified by:
b1
in interface Iu4
b2
public byte b2()
- Specified by:
b2
in interface Iu4
b3
public byte b3()
- Specified by:
b3
in interface Iu4
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object