Class | Description |
---|---|
LHSPhase |
This phase processes the left hand side of a MVEL target expression, if present, such as
int a = 0
b = 2
It also creates a new AST with the transformation rules applied i.e.
|
ModifyCompiler | |
MvelCompiler | |
ParsingResult | |
PreprocessPhase |
This phase transforms modify and with statements in valid Java code
It's used both in the MVEL Compiler and also to preprocess Drools' Java consequences that
use modify and with blocks.
|
ReProcessRHSPhase |
Used when you need to reprocess the RHS after having processed the LHS
|
RHSPhase |
This phase processes the right hand side of a Java Expression and creates a new AST
with the transformation rules applied i.e.
|
Exception | Description |
---|---|
MvelCompilerException |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.