public class DoubleMemberValue extends MemberValue
Constructor and Description |
---|
DoubleMemberValue(ConstPool cp)
Constructs a double constant value.
|
DoubleMemberValue(double d,
ConstPool cp)
Constructs a double constant value.
|
DoubleMemberValue(int index,
ConstPool cp)
Constructs a double constant value.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(MemberValueVisitor visitor)
Accepts a visitor.
|
double |
getValue()
Obtains the value of the member.
|
void |
setValue(double newValue)
Sets the value of the member.
|
java.lang.String |
toString()
Obtains the string representation of this object.
|
void |
write(AnnotationsWriter writer)
Writes the value.
|
public DoubleMemberValue(int index, ConstPool cp)
index
- the index of a CONSTANT_Double_info structure.public DoubleMemberValue(double d, ConstPool cp)
d
- the initial value.public DoubleMemberValue(ConstPool cp)
public double getValue()
public void setValue(double newValue)
public java.lang.String toString()
toString
in class java.lang.Object
public void write(AnnotationsWriter writer) throws java.io.IOException
write
in class MemberValue
java.io.IOException
public void accept(MemberValueVisitor visitor)
accept
in class MemberValue
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.