Package org.mvel2.debug
Class DebugTools
java.lang.Object
org.mvel2.debug.DebugTools
- Author:
- Christopher Brock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringdecompile(Serializable expr) static Stringdecompile(CompiledExpression cExp) 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
-
getOperatorSymbol
-
getOperatorName
-
determineType
-
getAllVariableResolvers
public static Map<String,VariableResolver> getAllVariableResolvers(VariableResolverFactory rootFactory)
-