| 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 | Method and Description |
|---|---|
Parser |
ParserContext.getRootParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserContext.setRootParser(Parser rootParser) |
| Constructor and Description |
|---|
ParserContext(Parser rootParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParser
This is the core parser that the subparsers extend.
|
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–2016 JBoss by Red Hat. All rights reserved.