|
|||||||||
| 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.DoubleConstant
public class DoubleConstant
This Constant represents a double constant in the constant pool.
| Field Summary | |
|---|---|
double |
f8value
|
| Fields inherited from class proguard.classfile.constant.Constant |
|---|
visitorInfo |
| Constructor Summary | |
|---|---|
DoubleConstant()
Creates an uninitialized DoubleConstant. |
|
DoubleConstant(double value)
Creates a new DoubleConstant with the given double 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. |
double |
getValue()
Returns the double value of this DoubleConstant. |
void |
setValue(double value)
Sets the double value of this DoubleConstant. |
| 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 double f8value
| Constructor Detail |
|---|
public DoubleConstant()
public DoubleConstant(double value)
| Method Detail |
|---|
public double getValue()
public void setValue(double 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 | ||||||||