org.aspectj.apache.bcel.classfile
Class ConstantDouble

java.lang.Object
  extended by org.aspectj.apache.bcel.classfile.Constant
      extended by org.aspectj.apache.bcel.classfile.ConstantDouble
All Implemented Interfaces:
java.lang.Cloneable, Node, SimpleConstant

public final class ConstantDouble
extends Constant
implements SimpleConstant

This class is derived from the abstract Constant class and represents a reference to a Double object.


Field Summary
 
Fields inherited from class org.aspectj.apache.bcel.classfile.Constant
tag
 
Constructor Summary
ConstantDouble(double value)
           
 
Method Summary
 void accept(ClassVisitor v)
           
 void dump(java.io.DataOutputStream file)
           
 java.lang.String getStringValue()
           
 java.lang.Double getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.apache.bcel.classfile.Constant
clone, copy, getTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantDouble

public ConstantDouble(double value)
Method Detail

accept

public void accept(ClassVisitor v)
Specified by:
accept in interface Node
Specified by:
accept in class Constant

dump

public final void dump(java.io.DataOutputStream file)
                throws java.io.IOException
Specified by:
dump in class Constant
Throws:
java.io.IOException

toString

public final java.lang.String toString()
Overrides:
toString in class Constant

getValue

public java.lang.Double getValue()
Specified by:
getValue in class Constant

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in interface SimpleConstant