All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addCompileable(MVELCompileable compilable) |
void |
addCompileable(Wireable wireable,
MVELCompileable compilable) |
void |
addFunction(org.mvel2.ast.Function function) |
void |
addImport(String str,
Class cls) |
void |
addImport(String str,
Method method) |
void |
addPackageImport(String str) |
DialectRuntimeData |
clone(DialectRuntimeRegistry registry,
ClassLoader rootClassLoader) |
DialectRuntimeData |
clone(DialectRuntimeRegistry registry,
ClassLoader rootClassLoader,
boolean excludeClasses) |
MVELDialectRuntimeData.MapFunctionResolverFactory |
getFunctionFactory() |
Map<String,Object> |
getImports() |
ClassLoader |
getPackageClassLoader() |
org.mvel2.ParserConfiguration |
getParserConfiguration() |
ClassLoader |
getRootClassLoader() |
boolean |
isDirty() |
void |
merge(DialectRuntimeRegistry registry,
DialectRuntimeData newData) |
void |
merge(DialectRuntimeRegistry registry,
DialectRuntimeData newData,
boolean excludeClasses) |
void |
onAdd(DialectRuntimeRegistry registry,
ClassLoader rootClassLoader) |
void |
onBeforeExecute() |
void |
onRemove() |
void |
readExternal(ObjectInput in) |
void |
reload() |
void |
removeFunction(KnowledgePackageImpl pkg,
Function function) |
void |
removeRule(KnowledgePackageImpl pkg,
RuleImpl rule) |
void |
resetParserConfiguration() |
void |
setDirty(boolean dirty) |
void |
writeExternal(ObjectOutput out) |