Uses of Interface
de.hybris.platform.ruleengineservices.compiler.RuleIrVariablesGenerator
-
Packages that use RuleIrVariablesGenerator Package Description de.hybris.platform.ruleengineservices.compiler de.hybris.platform.ruleengineservices.compiler.impl -
-
Uses of RuleIrVariablesGenerator in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleIrVariablesGenerator Modifier and Type Method Description RuleIrVariablesGeneratorRuleIrVariablesGeneratorFactory. createVariablesGenerator()Creates a new variables generator.RuleIrVariablesGeneratorRuleCompilerContext. getVariablesGenerator()Returns the variables generator valid for this compiler context.Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleIrVariablesGenerator Modifier and Type Method Description TRuleCompilerContextFactory. createContext(RuleCompilationContext ruleCompilationContext, AbstractRuleModel rule, java.lang.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 RuleIrVariablesGenerator Modifier and Type Class Description classDefaultRuleIrVariablesGeneratorDefault implementation ofRuleIrVariablesGeneratorMethods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleIrVariablesGenerator Modifier and Type Method Description RuleIrVariablesGeneratorDefaultRuleIrVariablesGeneratorFactory. createVariablesGenerator()RuleIrVariablesGeneratorDefaultRuleCompilerContext. getVariablesGenerator()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIrVariablesGenerator Modifier and Type Method Description DefaultRuleCompilerContextDefaultRuleCompilerContextFactory. createContext(RuleCompilationContext ruleCompilationContext, AbstractRuleModel rule, java.lang.String moduleName, RuleIrVariablesGenerator variablesGenerator)Constructors in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIrVariablesGenerator Constructor Description DefaultRuleCompilerContext(RuleCompilationContext ruleCompilationContext, AbstractRuleModel rule, java.lang.String moduleName, RuleIrVariablesGenerator variablesGenerator)
-