Package | Description |
---|---|
org.mvel2.compiler | |
org.mvel2.optimizers | |
org.mvel2.optimizers.dynamic | |
org.mvel2.optimizers.impl.asm | |
org.mvel2.optimizers.impl.refl |
Modifier and Type | Method and Description |
---|---|
Class<? extends AccessorOptimizer> |
CompiledExpression.getAccessorOptimizer() |
Modifier and Type | Method and Description |
---|---|
void |
CompiledExpression.setAccessorOptimizer(Class<? extends AccessorOptimizer> accessorOptimizer) |
Modifier and Type | Method and Description |
---|---|
static AccessorOptimizer |
OptimizerFactory.getAccessorCompiler(String name) |
static AccessorOptimizer |
OptimizerFactory.getDefaultAccessorCompiler() |
static AccessorOptimizer |
OptimizerFactory.getThreadAccessorOptimizer() |
Modifier and Type | Method and Description |
---|---|
Accessor |
OptimizerHook.generateAccessor(AccessorOptimizer optimizer)
The optimizer should delegate back to the hook through this method, passing an instance of itself
in the current state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OptimizerHook.isOptimizerSupported(Class<? extends AccessorOptimizer> optimizer)
Should answer back whether or not this hook understands how to work with the current
optimizer.
|
static void |
OptimizerFactory.setThreadAccessorOptimizer(Class<? extends AccessorOptimizer> optimizer) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicOptimizer |
Modifier and Type | Class and Description |
---|---|
class |
ASMAccessorOptimizer
Implementation of the MVEL Just-in-Time (JIT) compiler for Property Accessors using the ASM bytecode
engineering library.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveAccessorOptimizer |
Copyright © 2014. All rights reserved.