Package org.mvel2.debug
Class DebugTools
- java.lang.Object
-
- org.mvel2.debug.DebugTools
-
public class DebugTools extends Object
- Author:
- Christopher Brock
-
-
Constructor Summary
Constructors Constructor Description DebugTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
decompile
public static String decompile(Serializable expr)
-
decompile
public static String decompile(CompiledExpression cExp)
-
getOperatorSymbol
public static String getOperatorSymbol(int operator)
-
getOperatorName
public static String getOperatorName(int operator)
-
determineType
public static Class determineType(String name, CompiledExpression compiledExpression)
-
getAllVariableResolvers
public static Map<String,VariableResolver> getAllVariableResolvers(VariableResolverFactory rootFactory)
-
-