Class DebugTools
java.lang.Object
org.mvel2.debug.DebugTools
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringdecompile(Serializable expr) static Stringdecompile(CompiledExpression cExp) private static Stringdecompile(CompiledExpression cExp, boolean nest, DebugTools.DecompileContext context) static ClassdetermineType(String name, CompiledExpression compiledExpression) static Map<String, VariableResolver> getAllVariableResolvers(VariableResolverFactory rootFactory) static StringgetOperatorName(int operator) static StringgetOperatorSymbol(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)
-