Package com.schibsted.spt.data.jslt.impl
Class AbstractCallable
java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractCallable
- All Implemented Interfaces:
Callable
- Direct Known Subclasses:
AbstractFunction
,BuiltinFunctions.AbstractMacro
,ExperimentalModule.GroupBy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
min
private int min -
max
private int max
-
-
Constructor Details
-
AbstractCallable
-
-
Method Details
-
getName
-
getMinArguments
public int getMinArguments()- Specified by:
getMinArguments
in interfaceCallable
-
getMaxArguments
public int getMaxArguments()- Specified by:
getMaxArguments
in interfaceCallable
-