Class FunctionNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.NonTerminalNode
com.grapecity.documents.excel.expressions.FunctionNode
Represents a function invocation expression in the syntax tree.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.grapecity.documents.excel.expressions.NonTerminalNode
getChildren
-
Constructor Details
-
FunctionNode
Creates a newFunctionNodea function name.- Parameters:
name- The function name.
-
-
Method Details
-
getName
Gets the name of the function. -
setName
Sets the name of the function.
-