Uses of Class
org.mvel2.compiler.CompiledExpression
Packages that use CompiledExpression
-
Uses of CompiledExpression in org.mvel2
Methods in org.mvel2 that return types with arguments of type CompiledExpressionMethods in org.mvel2 with parameters of type CompiledExpressionModifier and TypeMethodDescriptionstatic ObjectMVELRuntime.execute(boolean debugger, CompiledExpression expression, Object ctx, VariableResolverFactory variableFactory) Main interpreter.static ObjectMVEL.executeDebugger(CompiledExpression expression, Object ctx, VariableResolverFactory vars) Method parameters in org.mvel2 with type arguments of type CompiledExpressionModifier and TypeMethodDescriptionstatic voidMVEL.executeExpression(Iterable<CompiledExpression> compiledExpression) static voidMVEL.executeExpression(Iterable<CompiledExpression> compiledExpression, Object ctx) static voidMVEL.executeExpression(Iterable<CompiledExpression> compiledExpression, Object ctx, Map vars) static voidMVEL.executeExpression(Iterable<CompiledExpression> compiledExpression, Object ctx, VariableResolverFactory vars) static voidMVEL.executeExpression(Iterable<CompiledExpression> compiledExpression, Map vars) -
Uses of CompiledExpression in org.mvel2.compiler
Methods in org.mvel2.compiler that return CompiledExpression -
Uses of CompiledExpression in org.mvel2.debug
Methods in org.mvel2.debug with parameters of type CompiledExpressionModifier and TypeMethodDescriptionintDebuggerContext.checkBreak(LineLabel label, VariableResolverFactory factory, CompiledExpression expression) static StringDebugTools.decompile(CompiledExpression cExp) static ClassDebugTools.determineType(String name, CompiledExpression compiledExpression) -
Uses of CompiledExpression in org.mvel2.util
Methods in org.mvel2.util with parameters of type CompiledExpressionModifier and TypeMethodDescriptionCompilerTools.extractAllDeclaredFunctions(CompiledExpression compile) Returns an ordered Map of all functions declared within an compiled script.static SerializableParseTools.optimizeTree(CompiledExpression compiled)