public interface FunctionResolver
Modifier and Type | Method and Description |
---|---|
void |
addFunctionImport(String functionImport) |
List |
getFunctionImports() |
String |
resolveFunction(String functionName,
String params) |
String |
resolveFunction(String functionName,
String params,
DeclarationScopeResolver variables) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.