public class AliasModifier extends FunctionModifier
| Constructor and Description |
|---|
AliasModifier(String alias)
Constructor that takes the alias to use for functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
modify(Function function) |
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. |
getCodeprotected String alias
public AliasModifier(String alias)
alias - The alias to replace the incoming function name withpublic 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 modify(Function function)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.