Uses of Interface
org.drools.compiler.compiler.Dialect
-
Packages that use Dialect Package Description org.drools.compiler.compiler This is the main package to load rules.org.drools.compiler.rule.builder -
-
Uses of Dialect in org.drools.compiler.compiler
Classes in org.drools.compiler.compiler that implement Dialect Modifier and Type Class Description static classDialect.DummyDialectMethods in org.drools.compiler.compiler that return Dialect Modifier and Type Method Description DialectDialectCompiletimeRegistry. getDialect(String name)Get a DialectConfiguration for a named dialectDialectDialectConfiguration. newDialect(ClassLoader rootClassLoader, KnowledgeBuilderConfigurationImpl pkgConf, PackageRegistry pkgRegistry, org.drools.core.definitions.InternalKnowledgePackage pkg)DialectJavaDialectConfiguration. newDialect(ClassLoader rootClassLoader, KnowledgeBuilderConfigurationImpl pkgConf, PackageRegistry pkgRegistry, org.drools.core.definitions.InternalKnowledgePackage pkg)Methods in org.drools.compiler.compiler with parameters of type Dialect Modifier and Type Method Description voidDialectCompiletimeRegistry. 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 Dialect Modifier and Type Method Description DialectPackageBuildContext. getDialect()DialectPackageBuildContext. getDialect(String dialectName)Methods in org.drools.compiler.rule.builder with parameters of type Dialect Modifier and Type Method Description voidPackageBuildContext. init(DroolsAssemblerContext kBuilder, org.drools.core.definitions.InternalKnowledgePackage pkg, org.drools.drl.ast.descr.BaseDescr parentDescr, DialectCompiletimeRegistry dialectRegistry, Dialect defaultDialect, org.drools.core.rule.Dialectable component)voidPackageBuildContext. initContext(TypeDeclarationContext kBuilder, org.drools.core.definitions.InternalKnowledgePackage pkg, org.drools.drl.ast.descr.BaseDescr parentDescr, DialectCompiletimeRegistry dialectRegistry, Dialect defaultDialect, org.drools.core.rule.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 Dialect Constructor Description RuleBuildContext(TypeDeclarationContext kBuilder, org.drools.drl.ast.descr.RuleDescr ruleDescr, DialectCompiletimeRegistry dialectCompiletimeRegistry, org.drools.core.definitions.InternalKnowledgePackage pkg, Dialect defaultDialect)Default constructor
-