public abstract class ParseFormatFunctionModifier extends FunctionModifier
| Constructor and Description |
|---|
ParseFormatFunctionModifier(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
translate(Function function)
Return a List of translated parts (
LanguageObjects and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor. |
protected void |
translateFormat(List<Object> result,
Expression expression,
String value) |
protected abstract Object |
translateFormat(String format) |
getCodeprotected String prefix
public ParseFormatFunctionModifier(String prefix)
public List<?> translate(Function function)
FunctionModifierLanguageObjects and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor.translate in class FunctionModifierfunction - IFunction to be translatedprotected void translateFormat(List<Object> result, Expression expression, String value)
Copyright © 2020. All rights reserved.