org.drools.eclipse.debug
Class DebugUtil

java.lang.Object
  extended by org.drools.eclipse.debug.DebugUtil

public class DebugUtil
extends Object


Field Summary
static int INFO_EVALUATION_STACK_FRAME
           
 
Constructor Summary
DebugUtil()
           
 
Method Summary
static org.eclipse.jdt.debug.core.IJavaStackFrame getStackFrame(org.eclipse.debug.core.model.IValue value)
          Return the current stack frame context, or a valid stack frame for the given value.
static org.eclipse.debug.core.model.IValue getValueByExpression(String expression, org.eclipse.debug.core.model.IValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO_EVALUATION_STACK_FRAME

public static final int INFO_EVALUATION_STACK_FRAME
See Also:
Constant Field Values
Constructor Detail

DebugUtil

public DebugUtil()
Method Detail

getValueByExpression

public static org.eclipse.debug.core.model.IValue getValueByExpression(String expression,
                                                                       org.eclipse.debug.core.model.IValue value)

getStackFrame

public static org.eclipse.jdt.debug.core.IJavaStackFrame getStackFrame(org.eclipse.debug.core.model.IValue value)
                                                                throws org.eclipse.core.runtime.CoreException
Return the current stack frame context, or a valid stack frame for the given value.

Throws:
org.eclipse.core.runtime.CoreException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.