Uses of Package
org.faktorips.fl
Packages that use org.faktorips.fl
Package
Description
The package and it's sub-packages contain a compiler that compiles an expression with an Excel
like syntax into Java sourcecode.
-
Classes in org.faktorips.fl used by org.faktorips.flClassDescriptionBasic implementation of the CompilationResult interface, independent of compilation target language.An operation combining two operands with one operator.The result of a compilation.Provides code generation helpers for the datatypes.A default
FunctionResolver.List of all supported Excel functions.A compiler to compile expressions.A function used in the formula language.Resolves function calls used in an expression, e.g.Interface that defines a function's signature.A list of all function signatures that are supported by the formula language.Resolves identifiers used in an expression.ThisExprCompilerimplementation generatesJava source code.AFunctionResolverthat supports localized names forfunctions.Lists all operations the formula language supports.Visitor that visits the parse tree and generates thesource codethat represents the expression in a target language.A datatype representing a bean's property.An operation combining one operator with it's single operand. -
Classes in org.faktorips.fl used by org.faktorips.fl.functionsClassDescriptionBasic implementation of the CompilationResult interface, independent of compilation target language.The result of a compilation.Implementation of the CompilationResult interface for
Java code.A compiler to compile expressions.A function used in the formula language.Interface that defines a function's signature.Default implementation of FunctionSignature.A list of all function signatures that are supported by the formula language.ThisExprCompilerimplementation generatesJava source code. -
Classes in org.faktorips.fl used by org.faktorips.fl.functions.dateClassDescriptionThe result of a compilation.A function used in the formula language.Interface that defines a function's signature.Default implementation of FunctionSignature.A list of all function signatures that are supported by the formula language.
-
Classes in org.faktorips.fl used by org.faktorips.fl.operationsClassDescriptionBasic implementation of the CompilationResult interface, independent of compilation target language.An operation combining two operands with one operator.The result of a compilation.Implementation of the CompilationResult interface for
Java code.A compiler to compile expressions.Lists all operations the formula language supports.An operation combining one operator with it's single operand.