Uses of Class
org.mvel2.compiler.CompiledExpression
-
Packages that use CompiledExpression Package Description org.mvel2 org.mvel2.compiler org.mvel2.debug org.mvel2.util -
-
Uses of CompiledExpression in org.mvel2
Methods in org.mvel2 that return types with arguments of type CompiledExpression Modifier and Type Method Description Map<String,CompiledExpression>ParserContext. getCompiledExpressionCache()Methods in org.mvel2 with parameters of type CompiledExpression Modifier and Type Method Description static 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 CompiledExpression Modifier and Type Method Description static 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 Modifier and Type Method Description CompiledExpressionExpressionCompiler. _compile()Initiate an in-context compileShared.CompiledExpressionExpressionCompiler. compile() -
Uses of CompiledExpression in org.mvel2.debug
Methods in org.mvel2.debug with parameters of type CompiledExpression Modifier and Type Method Description intDebuggerContext. 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 CompiledExpression Modifier and Type Method Description static Map<String,Function>CompilerTools. extractAllDeclaredFunctions(CompiledExpression compile)Returns an ordered Map of all functions declared within an compiled script.static SerializableParseTools. optimizeTree(CompiledExpression compiled)
-