public class RangeFunction extends Object implements Function
| Modifier and Type | Field and Description |
|---|---|
static String |
FUNCTION_NAME |
| Constructor and Description |
|---|
RangeFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Map<String,Object> args,
PebbleTemplate self,
EvaluationContext context,
int lineNumber) |
List<String> |
getArgumentNames() |
public static final String FUNCTION_NAME
public Object execute(Map<String,Object> args, PebbleTemplate self, EvaluationContext context, int lineNumber) throws PebbleException
execute in interface FunctionPebbleExceptionpublic List<String> getArgumentNames()
getArgumentNames in interface NamedArgumentsCopyright © 2020. All rights reserved.