Package javassist.compiler.ast
Class DoubleConst
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.DoubleConst
- All Implemented Interfaces:
Serializable
Double constant.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DoubleConst
public DoubleConst(double v, int tokenId)
-
-
Method Details
-
get
public double get() -
set
public void set(double v) -
getType
public int getType() -
toString
-
accept
Description copied from class:ASTree
Is a method for the visitor pattern. It callsatXXX()
on the given visitor, whereXXX
is the class name of the node object. -
compute
-