|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.constant.Constant
proguard.classfile.constant.FloatConstant
public class FloatConstant
This Constant represents a float constant in the constant pool.
| Field Summary | |
|---|---|
float |
f4value
|
| Fields inherited from class proguard.classfile.constant.Constant |
|---|
visitorInfo |
| Constructor Summary | |
|---|---|
FloatConstant()
Creates an uninitialized FloatConstant. |
|
FloatConstant(float value)
Creates a new FloatConstant with the given float value. |
|
| Method Summary | |
|---|---|
void |
accept(Clazz clazz,
ConstantVisitor constantVisitor)
Accepts the given visitor. |
int |
getTag()
Returns the constant pool info tag that specifies the entry type. |
float |
getValue()
Returns the float value of this FloatConstant. |
void |
setValue(float value)
Sets the float value of this FloatConstant. |
| Methods inherited from class proguard.classfile.constant.Constant |
|---|
getVisitorInfo, setVisitorInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float f4value
| Constructor Detail |
|---|
public FloatConstant()
public FloatConstant(float value)
| Method Detail |
|---|
public float getValue()
public void setValue(float value)
public int getTag()
Constant
getTag in class Constant
public void accept(Clazz clazz,
ConstantVisitor constantVisitor)
Constant
accept in class Constant
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||