org.mvel2.debug
Class DebugTools

java.lang.Object
  extended by org.mvel2.debug.DebugTools

public class DebugTools
extends Object

Author:
Christopher Brock

Constructor Summary
DebugTools()
           
 
Method Summary
static String decompile(CompiledExpression cExp)
           
static String decompile(Serializable expr)
           
static Class determineType(String name, CompiledExpression compiledExpression)
           
static Map<String,VariableResolver> getAllVariableResolvers(VariableResolverFactory rootFactory)
           
static String getOperatorName(int operator)
           
static String getOperatorSymbol(int operator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugTools

public DebugTools()
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)


Copyright © 2011. All Rights Reserved.