类 NumberNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.TerminalNode
com.grapecity.documents.excel.expressions.ConstNode
com.grapecity.documents.excel.expressions.NumberNode
Represents a number node in the syntax tree.
-
构造器详细资料
-
NumberNode
public NumberNode(double value) Creates aNumberNode
fromdouble
value.- 参数:
value
- The value of the newNumberNode
.
-
-
方法详细资料
-
getValue
public final double getValue()The value of this node. -
setValue
public final void setValue(double value) The value of this node.
-