org.drools.eclipse.debug
Class DebugUtil
java.lang.Object
org.drools.eclipse.debug.DebugUtil
public class DebugUtil
- extends Object
|
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 |
INFO_EVALUATION_STACK_FRAME
public static final int INFO_EVALUATION_STACK_FRAME
- See Also:
- Constant Field Values
DebugUtil
public DebugUtil()
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.