| 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 | Method and Description |
|---|---|
static ParserContext |
AbstractParser.contextControl(int operation,
ParserContext pCtx,
AbstractParser parser) |
| 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 © 2018. All rights reserved.