|
||||||||||
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_ref_info
com.jeffpalm.basic.bytecode.base.CONSTANT_Fieldref_info
public class CONSTANT_Fieldref_info
Field Summary |
---|
Fields inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_ref_info |
---|
class_index, name_and_type_index, 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_Fieldref_info(Iu2 class_index,
Iu2 name_and_type_index)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
byte |
getTag()
|
static CONSTANT_Fieldref_info |
newInstance(Iu2 class_index,
Iu2 name_and_type_index)
|
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_ref_info |
---|
class_index, genRest, getString, name_and_type_index, tag |
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_info |
---|
gen, getName, 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_Fieldref_info |
---|
class_index, name_and_type_index, tag |
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator |
---|
gen |
Constructor Detail |
---|
public CONSTANT_Fieldref_info(Iu2 class_index, Iu2 name_and_type_index)
Method Detail |
---|
public static CONSTANT_Fieldref_info newInstance(Iu2 class_index, Iu2 name_and_type_index)
public byte getTag()
getTag
in class CONSTANT_ref_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 |