Package org.drools.mvelcompiler
-
Interface Summary Interface Description CompiledResult -
Class Summary Class Description CompiledBlockResult CompiledExpressionResult ConstraintCompiler 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.MethodCallExprVisitor ModifyCompiler MvelCompiler 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 LHSRHSPhase This phase processes the right hand side of a Java Expression and creates a new AST with the transformation rules applied i.e.StatementVisitor -
Exception Summary Exception Description MvelCompilerException