Class 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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.grapecity.documents.excel.expressions.TerminalNode
getChildren
-
Constructor Details
-
LogicalNode
public LogicalNode(boolean value) Creates a newLogicalNodefrombool.- Parameters:
value- The boolean value.
-
-
Method Details
-
getValue
public final boolean getValue()The value of this node. -
setValue
public final void setValue(boolean value) The value of this node.
-