Uses of Interface
org.mvel2.compiler.Parser
-
Packages that use Parser Package Description org.mvel2 org.mvel2.compiler org.mvel2.optimizers org.mvel2.optimizers.dynamic org.mvel2.optimizers.impl.asm org.mvel2.optimizers.impl.refl -
-
Uses of Parser in org.mvel2
Classes in org.mvel2 that implement Parser Modifier and Type Class Description class
MacroProcessor
A simple, fast, macro processor.class
MVELInterpretedRuntime
The MVEL interpreted runtime, used for fast parse and execution of scripts.Fields in org.mvel2 declared as Parser Modifier and Type Field Description private Parser
ParserContext. rootParser
Methods in org.mvel2 that return Parser Modifier and Type Method Description Parser
ParserContext. getRootParser()
Methods in org.mvel2 with parameters of type Parser Modifier and Type Method Description void
ParserContext. setRootParser(Parser rootParser)
Constructors in org.mvel2 with parameters of type Parser Constructor Description ParserContext(Parser rootParser)
-
Uses of Parser in org.mvel2.compiler
Classes in org.mvel2.compiler that implement Parser Modifier and Type Class 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. -
Uses of Parser in org.mvel2.optimizers
Classes in org.mvel2.optimizers that implement Parser Modifier and Type Class Description class
AbstractOptimizer
-
Uses of Parser in org.mvel2.optimizers.dynamic
Classes in org.mvel2.optimizers.dynamic that implement Parser Modifier and Type Class Description class
DynamicOptimizer
-
Uses of Parser in org.mvel2.optimizers.impl.asm
Classes in org.mvel2.optimizers.impl.asm that implement Parser Modifier and Type Class Description class
ASMAccessorOptimizer
Implementation of the MVEL Just-in-Time (JIT) compiler for Property Accessors using the ASM bytecode engineering library. -
Uses of Parser in org.mvel2.optimizers.impl.refl
Classes in org.mvel2.optimizers.impl.refl that implement Parser Modifier and Type Class Description class
ReflectiveAccessorOptimizer
-