[]
Represents a function invocation expression in the syntax tree.
public class FunctionNode : NonTerminalNode, ICloneable
Public Class FunctionNode
Inherits NonTerminalNode
Implements ICloneable
Name | Description |
---|---|
FunctionNode(string) | Creates a new FunctionNode a function name. |
Name | Description |
---|---|
Name | The name of the function. |