Class FunctionNode
Represents a function invocation expression in the syntax tree.
-
Constructor Summary
Constructors
Creates a new FunctionNode
a function name.
-
Method Summary
Gets the name of the function.
final void
Sets the name of the function.
-
Constructor Details
-
FunctionNode
public FunctionNode(String name)
Creates a new FunctionNode
a function name.
- Parameters:
name
- The function name.
-
Method Details
-
getName
Gets the name of the function.
-
setName
public final void setName(String value)
Sets the name of the function.