public abstract class StringFunction extends AbstractFunction
| Constructor and Description |
|---|
StringFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
evaluate(List<FieldValue> arguments)
Evaluates this function with the specified arguments.
|
abstract String |
evaluate(String value) |
cast, checkArguments, checkArguments, checkVariableArguments, checkVariableArguments, getName, integerToDoublepublic StringFunction(String name)
public FieldValue evaluate(List<FieldValue> arguments)
FunctionEvaluates this function with the specified arguments.
Copyright © 2016. All Rights Reserved.