public final class ConstantDouble extends Constant implements SimpleConstant
| Constructor and Description |
|---|
ConstantDouble(double value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ClassVisitor v) |
void |
dump(java.io.DataOutputStream file) |
java.lang.String |
getStringValue() |
java.lang.Double |
getValue() |
java.lang.String |
toString() |
public void accept(ClassVisitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public java.lang.String getStringValue()
getStringValue in interface SimpleConstant