类 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.
-
构造器详细资料
-
FunctionNode
Creates a newFunctionNode
a function name.- 参数:
name
- The function name.
-
-
方法详细资料
-
getName
The name of the function. -
setName
The name of the function.
-