com.intellij.debugger.engine.evaluation
Interface EvaluationContext

All Superinterfaces:
StackFrameContext

public interface EvaluationContext
extends StackFrameContext


Method Summary
 EvaluationContext createEvaluationContext(com.sun.jdi.Value value)
           
 com.sun.jdi.ClassLoaderReference getClassLoader()
           
 DebugProcess getDebugProcess()
           
 Project getProject()
           
 SuspendContext getSuspendContext()
           
 
Methods inherited from interface com.intellij.debugger.engine.StackFrameContext
getFrameProxy
 

Method Detail

getDebugProcess

DebugProcess getDebugProcess()
Specified by:
getDebugProcess in interface StackFrameContext

createEvaluationContext

EvaluationContext createEvaluationContext(com.sun.jdi.Value value)

getSuspendContext

SuspendContext getSuspendContext()

getProject

Project getProject()

getClassLoader

com.sun.jdi.ClassLoaderReference getClassLoader()
                                                throws EvaluateException
Throws:
EvaluateException