[]
        
(Showing Draft Content)

FunctionNode

Class FunctionNode


public class FunctionNode extends NonTerminalNode
Represents a function invocation expression in the syntax tree.
  • Constructor Details

    • FunctionNode

      public FunctionNode(String name)
      Creates a new FunctionNode a function name.
      Parameters:
      name - The function name.
  • Method Details

    • getName

      public final String getName()
      Gets the name of the function.
    • setName

      public final void setName(String value)
      Sets the name of the function.