org.mvel2.debug
Class DebugTools
java.lang.Object
org.mvel2.debug.DebugTools
public class DebugTools
- extends Object
- Author:
- Christopher Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugTools
public DebugTools()
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)
Copyright © 2011. All Rights Reserved.