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 classMacroProcessorA simple, fast, macro processor.classMVELInterpretedRuntimeThe MVEL interpreted runtime, used for fast parse and execution of scripts.Methods in org.mvel2 that return Parser Modifier and Type Method Description ParserParserContext. getRootParser()Methods in org.mvel2 with parameters of type Parser Modifier and Type Method Description voidParserContext. 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 classAbstractParserThis is the core parser that the subparsers extend.classExpressionCompilerThis is the main MVEL compiler.classPropertyVerifierThis 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 classAbstractOptimizer -
Uses of Parser in org.mvel2.optimizers.dynamic
Classes in org.mvel2.optimizers.dynamic that implement Parser Modifier and Type Class Description classDynamicOptimizer -
Uses of Parser in org.mvel2.optimizers.impl.asm
Classes in org.mvel2.optimizers.impl.asm that implement Parser Modifier and Type Class Description classASMAccessorOptimizerImplementation 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 classReflectiveAccessorOptimizer
-