Class FunctionDef


  • public class FunctionDef
    extends Object
    A defination of a function, used in the parse tree
    • Constructor Detail

      • FunctionDef

        public FunctionDef()
    • Method Detail

      • getArgument

        public Object getArgument()
      • setArgument

        public void setArgument​(Object argument)
      • getFunction

        public Object getFunction()
      • setFunction

        public void setFunction​(Function function)
      • setFunction

        public void setFunction​(Aggregate function)