|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclassycle.classfile.Constant
classycle.classfile.DoubleConstant
public class DoubleConstant
Constant representing a double value.
| Constructor Summary | |
|---|---|
DoubleConstant(Constant[] pool,
double value)
Creates an instance for the specified double value. |
|
| Method Summary | |
|---|---|
double |
getValue()
Returns the wrapped double value. |
java.lang.String |
toString()
Returns the constant type and the double value. |
| Methods inherited from class classycle.classfile.Constant |
|---|
extractConstantPool, getConstant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleConstant(Constant[] pool,
double value)
| Method Detail |
|---|
public double getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||