Class EmptyNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.TerminalNode
com.grapecity.documents.excel.expressions.EmptyNode
Represents an empty node. This node is used when a parameter was omitted.
This node is immutable, and the only valid value is Instance .
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.grapecity.documents.excel.expressions.TerminalNode
getChildren
-
Constructor Details
-
EmptyNode
public EmptyNode()
-
-
Method Details
-
GetInstance
The shared instance ofEmptyNode.
-