com.jeffpalm.basic.bytecode.base
Class CONSTANT_Double_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_u4_info
              extended by com.jeffpalm.basic.bytecode.base.CONSTANT_Double_info
All Implemented Interfaces:
ConstantFlags, ICodeGenerator, ICONSTANT_Double_info, ICONSTANT_info, IInfo

public class CONSTANT_Double_info
extends CONSTANT_u4_u4_info
implements ICONSTANT_Double_info


Field Summary
 
Fields inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_u4_u4_info
high_bytes, low_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_Double_info(Iu4 high_bytes, Iu4 low_bytes)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 byte getTag()
           
 java.lang.Object getValue()
           
static CONSTANT_Double_info newInstance(double val)
           
 
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_u4_u4_info
genRest, getString, high_bytes, low_bytes
 
Methods inherited from class com.jeffpalm.basic.bytecode.base.CONSTANT_info
gen, getName, tag, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICONSTANT_Double_info
high_bytes, low_bytes
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICONSTANT_info
tag
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Constructor Detail

CONSTANT_Double_info

public CONSTANT_Double_info(Iu4 high_bytes,
                            Iu4 low_bytes)
Method Detail

newInstance

public static CONSTANT_Double_info newInstance(double val)

getTag

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

getValue

public java.lang.Object getValue()
Specified by:
getValue in class CONSTANT_u4_u4_info

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object