|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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
com.jeffpalm.basic.bytecode.base.CONSTANT_Integer_info
public class CONSTANT_Integer_info
Field Summary |
---|
Fields inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_u4_info |
---|
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_Integer_info(Iu4 bytes)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
byte |
getTag()
|
java.lang.Object |
getValue()
|
static CONSTANT_Integer_info |
newInstance(int val)
|
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_u4_info |
---|
bytes, genRest, getString |
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_info |
---|
gen, getName, tag, 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.ICONSTANT_Integer_info |
---|
bytes |
Methods inherited from interface com.jeffpalm.basic.bytecode.ICONSTANT_info |
---|
tag |
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator |
---|
gen |
Constructor Detail |
---|
public CONSTANT_Integer_info(Iu4 bytes)
Method Detail |
---|
public static CONSTANT_Integer_info newInstance(int val)
public byte getTag()
getTag
in class CONSTANT_u4_info
public java.lang.Object getValue()
getValue
in class CONSTANT_u4_info
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |