mycompiler.mybytecode
Class CONSTANT_Integer_info

java.lang.Object
  extended by mycompiler.mybytecode.CPInfo
      extended by mycompiler.mybytecode.CONSTANT_Integer_info

public class CONSTANT_Integer_info
extends CPInfo


Constructor Summary
CONSTANT_Integer_info()
           
 
Method Summary
 void codegen(ClassFile classfile, java.io.FileOutputStream f)
           
 int get_bytes()
           
 void set_bytes(int t)
           
 
Methods inherited from class mycompiler.mybytecode.CPInfo
get_tag, set_tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CONSTANT_Integer_info

public CONSTANT_Integer_info()
Method Detail

get_bytes

public int get_bytes()

set_bytes

public void set_bytes(int t)

codegen

public void codegen(ClassFile classfile,
                    java.io.FileOutputStream f)
Specified by:
codegen in class CPInfo