Class Expression.Function

  • All Implemented Interfaces:
    Function, LazyFunction
    Enclosing class:
    Expression

    public abstract class Expression.Function
    extends AbstractFunction
    Abstract definition of a supported expression function. A function is defined by a name, the number of parameters and the actual processing implementation.
    • Constructor Detail

      • Function

        public Function​(java.lang.String name,
                        int numParams)
      • Function

        public Function​(java.lang.String name,
                        int numParams,
                        boolean booleanFunction)