Uses of Interface
org.drools.base.rule.DialectRuntimeData
Packages that use DialectRuntimeData
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of DialectRuntimeData in org.drools.base.base
Methods in org.drools.base.base with parameters of type DialectRuntimeDataModifier and TypeMethodDescriptionCoreComponentsBuilder.evaluateMvelExpression(DialectRuntimeData data, ClassLoader classLoader, String expr) -
Uses of DialectRuntimeData in org.drools.base.rule
Methods in org.drools.base.rule that return DialectRuntimeDataModifier and TypeMethodDescriptionDialectRuntimeData.clone(DialectRuntimeRegistry registry, ClassLoader rootClassLoader) DialectRuntimeData.clone(DialectRuntimeRegistry registry, ClassLoader rootClassLoader, boolean excludeDeclaredClasses) DialectRuntimeRegistry.getDialectData(String dialect) DialectRuntimeRegistry.removeFunction(KnowledgePackageImpl pkg, Function function) Methods in org.drools.base.rule with parameters of type DialectRuntimeDataModifier and TypeMethodDescriptionvoidDialectRuntimeData.merge(DialectRuntimeRegistry registry, DialectRuntimeData newData) voidDialectRuntimeData.merge(DialectRuntimeRegistry registry, DialectRuntimeData newData, boolean excludeDeclaredClasses) voidDialectRuntimeRegistry.setDialectData(String name, DialectRuntimeData data)