|
||||||||||
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_String_info
public class CONSTANT_String_info
Field Summary | |
---|---|
Iu2 |
string_index
|
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_String_info(Iu2 string_index)
|
Method Summary | |
---|---|
protected void |
genRest(ICodeStream code)
|
protected java.lang.String |
getString()
|
byte |
getTag()
|
static CONSTANT_String_info |
newInstance(Iu2 string_index)
|
Iu2 |
string_index()
|
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 |
Methods inherited from interface com.jeffpalm.basic.bytecode.ICONSTANT_info |
---|
tag |
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator |
---|
gen |
Field Detail |
---|
public Iu2 string_index
Constructor Detail |
---|
public CONSTANT_String_info(Iu2 string_index)
Method Detail |
---|
public static CONSTANT_String_info newInstance(Iu2 string_index)
public byte getTag()
getTag
in class CONSTANT_info
protected java.lang.String getString()
getString
in class CONSTANT_info
public Iu2 string_index()
string_index
in interface ICONSTANT_String_info
protected void genRest(ICodeStream code) throws java.io.IOException
genRest
in class CONSTANT_info
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |