com.jeffpalm.basic.bytecode.base
Class CONSTANT_String_info

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.base.Info
      extended by com.jeffpalm.basic.bytecode.base.CONSTANT_info
          extended by com.jeffpalm.basic.bytecode.base.CONSTANT_String_info
All Implemented Interfaces:
ConstantFlags, ICodeGenerator, ICONSTANT_info, ICONSTANT_String_info, IInfo

public class CONSTANT_String_info
extends CONSTANT_info
implements ICONSTANT_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

string_index

public Iu2 string_index
Constructor Detail

CONSTANT_String_info

public CONSTANT_String_info(Iu2 string_index)
Method Detail

newInstance

public static CONSTANT_String_info newInstance(Iu2 string_index)

getTag

public byte getTag()
Specified by:
getTag in class CONSTANT_info

getString

protected java.lang.String getString()
Specified by:
getString in class CONSTANT_info

string_index

public Iu2 string_index()
Specified by:
string_index in interface ICONSTANT_String_info

genRest

protected void genRest(ICodeStream code)
                throws java.io.IOException
Specified by:
genRest in class CONSTANT_info
Throws:
java.io.IOException