Name | Description | |
---|---|---|
FunctionNode Constructor | Creates a new @code:FunctionNode a function name. |
The following tables list the members exposed by FunctionNode.
Name | Description | |
---|---|---|
FunctionNode Constructor | Creates a new @code:FunctionNode a function name. |
Name | Description | |
---|---|---|
clone | Clones the syntax node if the node is mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
equals | Checks whether the @code:SyntaxNode equal to another. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
getChildren | Gets children of a non-terminal node. (Inherited from com.grapecity.documents.excel.expressions.NonTerminalNode) | |
getName | Gets the name of the function. | |
hashCode | This object doesn't support getting hash code, because all fields are mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
Parse | Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
setName | Sets the name of the function. | |
toString | Returns the formula text for this node, optionally specifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) |