Class ConstantDouble
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantDouble
-
- All Implemented Interfaces:
Cloneable,Node,SimpleConstant
public final class ConstantDouble extends Constant implements SimpleConstant
-
-
Constructor Summary
Constructors Constructor Description ConstantDouble(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)StringgetStringValue()DoublegetValue()StringtoString()
-
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Specified by:
dumpin classConstant- Throws:
IOException
-
getStringValue
public String getStringValue()
- Specified by:
getStringValuein interfaceSimpleConstant
-
-