Package org.mvel2.debug
Class DebugTools
java.lang.Object
org.mvel2.debug.DebugTools
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
decompile
(Serializable expr) static String
decompile
(CompiledExpression cExp) private static String
decompile
(CompiledExpression cExp, boolean nest, DebugTools.DecompileContext context) static Class
determineType
(String name, CompiledExpression compiledExpression) static Map
<String, VariableResolver> getAllVariableResolvers
(VariableResolverFactory rootFactory) static String
getOperatorName
(int operator) static String
getOperatorSymbol
(int operator)
-
Constructor Details
-
DebugTools
public DebugTools()
-
-
Method Details
-
decompile
-
decompile
-
decompile
private static String decompile(CompiledExpression cExp, boolean nest, DebugTools.DecompileContext context) -
getOperatorSymbol
-
getOperatorName
-
determineType
-
getAllVariableResolvers
public static Map<String,VariableResolver> getAllVariableResolvers(VariableResolverFactory rootFactory)
-