public class LocateFunctionModifier extends LocateFunctionModifier
LOCATE
alias
Constructor and Description |
---|
LocateFunctionModifier(LanguageFactory factory) |
Modifier and Type | Method and Description |
---|---|
List<?> |
translate(Function function)
Return a List of translated parts (
LanguageObject s and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor. |
getLanguageFactory, modify
getCode
public LocateFunctionModifier(LanguageFactory factory)
public List<?> translate(Function function)
FunctionModifier
LanguageObject
s and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor.translate
in class AliasModifier
function
- IFunction to be translatedCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.