public interface StackFrameProxy extends ObjectReferenceProxy
Modifier and Type | Method and Description |
---|---|
com.sun.jdi.ClassLoaderReference |
getClassLoader() |
int |
getFrameIndex() |
com.sun.jdi.StackFrame |
getStackFrame() |
VirtualMachineProxy |
getVirtualMachine() |
com.sun.jdi.Location |
location() |
ThreadReferenceProxy |
threadProxy() |
LocalVariableProxy |
visibleVariableByName(java.lang.String name) |
com.sun.jdi.StackFrame getStackFrame() throws EvaluateException
EvaluateException
int getFrameIndex() throws EvaluateException
EvaluateException
VirtualMachineProxy getVirtualMachine()
com.sun.jdi.Location location() throws EvaluateException
EvaluateException
com.sun.jdi.ClassLoaderReference getClassLoader() throws EvaluateException
EvaluateException
LocalVariableProxy visibleVariableByName(java.lang.String name) throws EvaluateException
EvaluateException
ThreadReferenceProxy threadProxy()