Package | Description |
---|---|
org.mvel2 | |
org.mvel2.compiler | |
org.mvel2.optimizers | |
org.mvel2.optimizers.dynamic | |
org.mvel2.optimizers.impl.asm | |
org.mvel2.optimizers.impl.refl |
Modifier and Type | Class and Description |
---|---|
class |
MacroProcessor
A simple, fast, macro processor.
|
class |
MVELInterpretedRuntime
The MVEL interpreted runtime, used for fast parse and execution of scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionCompiler
This is the main MVEL compiler.
|
class |
PropertyVerifier
This verifier is used by the compiler to enforce rules such as type strictness.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOptimizer |
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 © 2001–2017 JBoss by Red Hat. All rights reserved.