Uses of Class
org.faktorips.fl.ExprCompiler
Packages that use ExprCompiler
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 ExprCompiler in org.faktorips.fl
Subclasses of ExprCompiler in org.faktorips.flModifier and TypeClassDescriptionclassThisExprCompilerimplementation generatesJava source code.Methods in org.faktorips.fl that return ExprCompilerModifier and TypeMethodDescriptionBinaryOperation.getCompiler()Returns the compiler this operation belongs to.FlFunction.getCompiler()Returns the compiler in which the function is used.Methods in org.faktorips.fl with parameters of type ExprCompilerModifier and TypeMethodDescriptionCompilationResult<org.faktorips.codegen.JavaCodeFragment>DefaultIdentifierResolver.compile(String identifier, ExprCompiler<org.faktorips.codegen.JavaCodeFragment> exprCompiler, Locale locale) IdentifierResolver.compile(String identifier, ExprCompiler<T> exprCompiler, Locale locale) Returns the compilation result for the indicated identifier.voidBinaryOperation.setCompiler(ExprCompiler<T> compiler) Sets the compiler in which the operation is used.voidFlFunction.setCompiler(ExprCompiler<T> compiler) Sets the compiler in which the function is used.Constructors in org.faktorips.fl with parameters of type ExprCompiler -
Uses of ExprCompiler in org.faktorips.fl.functions
Methods in org.faktorips.fl.functions that return ExprCompilerMethods in org.faktorips.fl.functions with parameters of type ExprCompilerModifier and TypeMethodDescriptionvoidAbstractBaseFlFunction.setCompiler(ExprCompiler<T> compiler) -
Uses of ExprCompiler in org.faktorips.fl.operations
Methods in org.faktorips.fl.operations that return ExprCompilerMethods in org.faktorips.fl.operations with parameters of type ExprCompilerModifier and TypeMethodDescriptionvoidAbstractBinaryOperation.setCompiler(ExprCompiler<T> compiler)