Uses of Interface
org.drools.compiler.compiler.Dialect
Packages that use Dialect
Package
Description
This is the main package to load rules.
-
Uses of Dialect in org.drools.compiler.compiler
Classes in org.drools.compiler.compiler that implement DialectMethods in org.drools.compiler.compiler that return DialectModifier and TypeMethodDescriptionDialectCompiletimeRegistry.getDialect(String name) Get a DialectConfiguration for a named dialectDialectConfiguration.newDialect(ClassLoader rootClassLoader, KnowledgeBuilderConfigurationImpl pkgConf, PackageRegistry pkgRegistry, InternalKnowledgePackage pkg) JavaDialectConfiguration.newDialect(ClassLoader rootClassLoader, KnowledgeBuilderConfigurationImpl pkgConf, PackageRegistry pkgRegistry, InternalKnowledgePackage pkg) Methods in org.drools.compiler.compiler with parameters of type DialectModifier and TypeMethodDescriptionvoidDialectCompiletimeRegistry.addDialect(String name, Dialect dialect) Add a DialectConfiguration to the registry -
Uses of Dialect in org.drools.compiler.rule.builder
Methods in org.drools.compiler.rule.builder that return DialectModifier and TypeMethodDescriptionPackageBuildContext.getDialect()PackageBuildContext.getDialect(String dialectName) Methods in org.drools.compiler.rule.builder with parameters of type DialectModifier and TypeMethodDescriptionvoidPackageBuildContext.initContext(TypeDeclarationContext kBuilder, InternalKnowledgePackage pkg, BaseDescr parentDescr, DialectCompiletimeRegistry dialectRegistry, Dialect defaultDialect, Dialectable component) Default constructorvoidPackageBuildContext.setDialect(Dialect dialect) Allows the change of the current dialect in the contextConstructors in org.drools.compiler.rule.builder with parameters of type DialectModifierConstructorDescriptionRuleBuildContext(TypeDeclarationContext kBuilder, RuleDescr ruleDescr, DialectCompiletimeRegistry dialectCompiletimeRegistry, InternalKnowledgePackage pkg, Dialect defaultDialect) Default constructor