com.jeffpalm.basic.bytecode.base
Class CONSTANT_u4_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_u4_info
All Implemented Interfaces:
ConstantFlags, ICodeGenerator, ICONSTANT_info, IInfo
Direct Known Subclasses:
CONSTANT_Float_info, CONSTANT_Integer_info

public abstract class CONSTANT_u4_info
extends CONSTANT_info


Field Summary
 Iu4 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_u4_info(Iu4 bytes)
           
 
Method Summary
 Iu4 bytes()
           
protected  void genRest(ICodeStream code)
           
protected  java.lang.String getString()
           
abstract  byte getTag()
           
abstract  java.lang.Object getValue()
           
 
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
 

Field Detail

bytes

public final Iu4 bytes
Constructor Detail

CONSTANT_u4_info

public CONSTANT_u4_info(Iu4 bytes)
Method Detail

bytes

public final Iu4 bytes()

getTag

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

getValue

public abstract java.lang.Object getValue()

getString

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

genRest

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