Uses of Interface
org.faktorips.fl.FunctionResolver
Packages that use FunctionResolver
Package
Description
The package and it's sub-packages contain a compiler that compiles an expression with an Excel
like syntax into Java sourcecode.
-
Uses of FunctionResolver in org.faktorips.fl
Classes in org.faktorips.fl that implement FunctionResolverModifier and TypeClassDescriptionclassAFunctionResolverthat supports association navigationfunctions.classDefaultFunctionResolver<T extends org.faktorips.codegen.CodeFragment>A defaultFunctionResolver.classAFunctionResolverthat supports Excel functions.classLocalizedFunctionsResolver<T extends org.faktorips.codegen.CodeFragment>AFunctionResolverthat supports localized names forfunctions.Methods in org.faktorips.fl with parameters of type FunctionResolverModifier and TypeMethodDescriptionvoidExprCompiler.add(FunctionResolver<T> fctResolver) Adds the function resolver to the ones used by the compiler to resolve function calls in expressions.voidExprCompiler.remove(FunctionResolver<T> fctResolver) Removes the function resolver from the ones used by the compiler to resolve function calls.