Class AbstractCallable

java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractCallable
All Implemented Interfaces:
Callable
Direct Known Subclasses:
AbstractFunction, BuiltinFunctions.AbstractMacro, ExperimentalModule.GroupBy

public abstract class AbstractCallable extends Object implements Callable
  • Field Details

    • name

      private String name
    • min

      private int min
    • max

      private int max
  • Constructor Details

    • AbstractCallable

      public AbstractCallable(String name, int min, int max)
  • Method Details