com.jeffpalm.basic.bytecode.base
Class CONSTANT_Class_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_Class_info
All Implemented Interfaces:
ConstantFlags, ICodeGenerator, ICONSTANT_Class_info, ICONSTANT_info, IInfo

public class CONSTANT_Class_info
extends CONSTANT_info
implements ICONSTANT_Class_info


Field Summary
 Iu2 name_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_Class_info(Iu2 name_index)
           
 
Method Summary
protected  void genRest(ICodeStream code)
           
protected  java.lang.String getString()
           
 byte getTag()
           
 Iu2 name_index()
           
static CONSTANT_Class_info newInstance(Iu2 name_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

name_index

public final Iu2 name_index
Constructor Detail

CONSTANT_Class_info

public CONSTANT_Class_info(Iu2 name_index)
Method Detail

newInstance

public static CONSTANT_Class_info newInstance(Iu2 name_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

name_index

public Iu2 name_index()
Specified by:
name_index in interface ICONSTANT_Class_info

genRest

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