Class CONSTANT_Double_info

java.lang.Object
  |
  +--CPInfo
        |
        +--CONSTANT_Double_info

public class CONSTANT_Double_info
extends CPInfo


Field Summary
private  int high_bytes
           
private  int low_bytes
           
 
Fields inherited from class CPInfo
 
Constructor Summary
CONSTANT_Double_info()
           
 
Method Summary
 void codegen(ClassFile classfile, java.io.FileOutputStream f)
           
 int get_high_bytes()
           
 int get_low_bytes()
           
 void set_high_bytes(int t)
           
 void set_low_bytes(int t)
           
 
Methods inherited from class CPInfo
get_tag, set_tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

high_bytes

private int high_bytes

low_bytes

private int low_bytes
Constructor Detail

CONSTANT_Double_info

public CONSTANT_Double_info()
Method Detail

get_high_bytes

public int get_high_bytes()

get_low_bytes

public int get_low_bytes()

set_high_bytes

public void set_high_bytes(int t)

set_low_bytes

public void set_low_bytes(int t)

codegen

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