public class AddDiffModifier extends FunctionModifier
| Constructor and Description |
|---|
AddDiffModifier(boolean add,
LanguageFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
AddDiffModifier |
literalPart(boolean b) |
AddDiffModifier |
supportsQuarter(boolean b) |
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. |
getCodepublic AddDiffModifier(boolean add,
LanguageFactory factory)
public AddDiffModifier supportsQuarter(boolean b)
public AddDiffModifier literalPart(boolean b)
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 translatedCopyright © 2018 JBoss by Red Hat. All rights reserved.