Uses of Interface
org.faktorips.fl.IdentifierResolver
Packages that use IdentifierResolver
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 IdentifierResolver in org.faktorips.fl
Classes in org.faktorips.fl that implement IdentifierResolverModifier and TypeClassDescriptionclassA default implementation ofIdentifierResolverthat allows to register constant strings as identifiers together with aJavaCodeFragmentandDatatypethat are used to create aCompilationResultif the resolver is requested to compile the identifier.Methods in org.faktorips.fl that return IdentifierResolverModifier and TypeMethodDescriptionExprCompiler.getIdentifierResolver()Returns the resolver the compiler uses to resolve identifiers.Methods in org.faktorips.fl with parameters of type IdentifierResolverModifier and TypeMethodDescriptionvoidExprCompiler.setIdentifierResolver(IdentifierResolver<T> resolver) Sets theIdentifierResolverthe compiler uses to resolve identifiers.Constructors in org.faktorips.fl with parameters of type IdentifierResolverModifierConstructorDescriptionExprCompiler(Locale locale, IdentifierResolver<T> identifierResolver, org.faktorips.codegen.ConversionCodeGenerator<T> conversionCg, DatatypeHelperProvider<T> datatypeHelperProvider) Creates a new Compiler.