Class ErrorNode
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.ErrorNode
Represents an error literal node in the syntax tree.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.grapecity.documents.excel.expressions.TerminalNode
getChildren
-
Constructor Details
-
ErrorNode
Creates a newLogicalNodefromCalcError.- Parameters:
value- The error value.
-
-
Method Details
-
getValue
The value of this node. -
setValue
The value of this node.
-