Package com.schibsted.spt.data.jslt.impl
Class BuiltinFunctions.AbstractMacro
- java.lang.Object
-
- com.schibsted.spt.data.jslt.impl.AbstractCallable
-
- com.schibsted.spt.data.jslt.impl.BuiltinFunctions.AbstractMacro
-
- Direct Known Subclasses:
BuiltinFunctions.Fallback
- Enclosing class:
- BuiltinFunctions
private abstract static class BuiltinFunctions.AbstractMacro extends AbstractCallable implements Macro
-
-
Constructor Summary
Constructors Constructor Description AbstractMacro(java.lang.String name, int min, int max)
-
Method Summary
-
Methods inherited from class com.schibsted.spt.data.jslt.impl.AbstractCallable
getMaxArguments, getMinArguments, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.schibsted.spt.data.jslt.Callable
getMaxArguments, getMinArguments, getName
-
-