Uses of Interface
de.hybris.platform.ruleengineservices.compiler.RuleIrVariablesGenerator
Packages that use RuleIrVariablesGenerator
Package
Description
-
Uses of RuleIrVariablesGenerator in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleIrVariablesGeneratorModifier and TypeMethodDescriptionRuleIrVariablesGeneratorFactory.createVariablesGenerator()Creates a new variables generator.RuleCompilerContext.getVariablesGenerator()Returns the variables generator valid for this compiler context.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleIrVariablesGeneratorModifier and TypeMethodDescriptionRuleCompilerContextFactory.createContext(RuleCompilationContext ruleCompilationContext, AbstractRuleModel rule, String moduleName, RuleIrVariablesGenerator variablesGenerator) Creates a new compiler context and sets it as the current one. -
Uses of RuleIrVariablesGenerator in de.hybris.platform.ruleengineservices.compiler.impl
Classes in de.hybris.platform.ruleengineservices.compiler.impl that implement RuleIrVariablesGeneratorMethods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleIrVariablesGeneratorModifier and TypeMethodDescriptionDefaultRuleIrVariablesGeneratorFactory.createVariablesGenerator()DefaultRuleCompilerContext.getVariablesGenerator()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIrVariablesGeneratorModifier and TypeMethodDescriptionDefaultRuleCompilerContextFactory.createContext(RuleCompilationContext ruleCompilationContext, AbstractRuleModel rule, String moduleName, RuleIrVariablesGenerator variablesGenerator) Constructors in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIrVariablesGeneratorModifierConstructorDescriptionDefaultRuleCompilerContext(RuleCompilationContext ruleCompilationContext, AbstractRuleModel rule, String moduleName, RuleIrVariablesGenerator variablesGenerator)