|
||||||||||
| 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.CONSTANT_info
com.jeffpalm.basic.bytecode.base.CONSTANT_u4_info
public abstract class CONSTANT_u4_info
| Field Summary | |
|---|---|
Iu4 |
bytes
|
| Fields inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_info |
|---|
tag |
| 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 | |
|---|---|
CONSTANT_u4_info(Iu4 bytes)
|
|
| Method Summary | |
|---|---|
Iu4 |
bytes()
|
protected void |
genRest(ICodeStream code)
|
protected java.lang.String |
getString()
|
abstract byte |
getTag()
|
abstract java.lang.Object |
getValue()
|
| Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_info |
|---|
gen, getName, tag, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Iu4 bytes
| Constructor Detail |
|---|
public CONSTANT_u4_info(Iu4 bytes)
| Method Detail |
|---|
public final Iu4 bytes()
public abstract byte getTag()
getTag in class CONSTANT_infopublic abstract java.lang.Object getValue()
protected java.lang.String getString()
getString in class CONSTANT_info
protected final void genRest(ICodeStream code)
throws java.io.IOException
genRest in class CONSTANT_infojava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||