|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassycle.classfile.Constant
classycle.classfile.FloatConstant
public class FloatConstant
Constant representing a float value.
Constructor Summary | |
---|---|
FloatConstant(Constant[] pool,
float value)
Creates an instance for the specified float value. |
Method Summary | |
---|---|
float |
getValue()
Returns the wrapped float value. |
java.lang.String |
toString()
Returns the constant type and the float 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 FloatConstant(Constant[] pool, float value)
Method Detail |
---|
public float 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 |