类 LogicalNode
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.LogicalNode
Represents a logical literal node in the syntax tree.
-
构造器详细资料
-
LogicalNode
public LogicalNode(boolean value) Creates a newLogicalNode
frombool
.- 参数:
value
- The boolean value.
-
-
方法详细资料
-
getValue
public final boolean getValue()The value of this node. -
setValue
public final void setValue(boolean value) The value of this node.
-