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