public class DoubleConstant extends Constant
| Modifier and Type | Field and Description |
|---|---|
double |
f8value |
visitorInfo| Constructor and Description |
|---|
DoubleConstant()
Creates an uninitialized DoubleConstant.
|
DoubleConstant(double value)
Creates a new DoubleConstant with the given double value.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getVisitorInfo, setVisitorInfopublic DoubleConstant()
public DoubleConstant(double value)
public double getValue()
public void setValue(double value)
public int getTag()
Constantpublic void accept(Clazz clazz, ConstantVisitor constantVisitor)
ConstantCopyright © 2015. All Rights Reserved.