public abstract class StackFrameBase extends DebugElementImpl.WithEvaluate
DebugElementImpl.WithConnected, DebugElementImpl.WithConnectedBase, DebugElementImpl.WithEvaluate, DebugElementImpl.WithEvaluateBase, DebugElementImpl.WithSuspended, DebugElementImpl.WithSuspendedBase
Constructor and Description |
---|
StackFrameBase(EvaluateContext evaluateContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
canResume() |
boolean |
canStepInto() |
boolean |
canStepOver() |
boolean |
canStepReturn() |
boolean |
canSuspend() |
boolean |
canTerminate() |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getAdapter(java.lang.Class adapter) |
IRegisterGroup[] |
getRegisterGroups() |
JavascriptThread |
getThread() |
int |
hashCode() |
boolean |
hasRegisterGroups() |
boolean |
isStepping() |
boolean |
isSuspended() |
boolean |
isTerminated() |
void |
resume() |
void |
stepInto() |
void |
stepOver() |
void |
stepReturn() |
void |
suspend() |
void |
terminate() |
getEvaluateContext
getSuspendedState
getConnectedData
getDebugTarget
getLaunch, getModelIdentifier
public StackFrameBase(EvaluateContext evaluateContext)
public JavascriptThread getThread()
public boolean canStepInto()
public boolean canStepOver()
public boolean canStepReturn()
public boolean isStepping()
public void stepInto() throws DebugException
DebugException
public void stepOver() throws DebugException
DebugException
public void stepReturn() throws DebugException
DebugException
public boolean canResume()
public boolean canSuspend()
public boolean isSuspended()
public void resume() throws DebugException
DebugException
public void suspend() throws DebugException
DebugException
public boolean canTerminate()
public boolean isTerminated()
public void terminate() throws DebugException
DebugException
public IRegisterGroup[] getRegisterGroups() throws DebugException
DebugException
public boolean hasRegisterGroups() throws DebugException
DebugException
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in class DebugElementImpl
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.