public class StackFrameDescriptorImpl extends NodeDescriptorImpl implements StackFrameDescriptor
LOG, myIsExpanded, myIsSelected, myIsVisible, UNKNOWN_VALUE_MESSAGE
Constructor and Description |
---|
StackFrameDescriptorImpl(StackFrameProxyImpl frame,
MethodsTracker tracker) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
calcRepresentation(EvaluationContextImpl context,
DescriptorLabelListener descriptorLabelListener) |
DebugProcess |
getDebugProcess() |
StackFrameProxyImpl |
getFrameProxy() |
javax.swing.Icon |
getIcon() |
com.sun.jdi.Location |
getLocation() |
com.sun.jdi.Method |
getMethod() |
java.lang.String |
getName() |
int |
getOccurrenceIndex() |
SourcePosition |
getSourcePosition() |
com.sun.jdi.ObjectReference |
getThisObject() |
int |
getUiIndex() |
ValueMarkup |
getValueMarkup() |
boolean |
isExpandable() |
boolean |
isInLibraryContent() |
boolean |
isRecursiveCall() |
boolean |
isSynthetic() |
void |
setContext(EvaluationContextImpl context) |
clear, displayAs, getEvaluateException, getLabel, getMarkupMap, getUserData, putUserData, setAncestor, setFailed, setLabel, toString, updateRepresentation, updateRepresentationNoNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
displayAs, getLabel, setAncestor
getUserData, putUserData
public StackFrameDescriptorImpl(StackFrameProxyImpl frame, MethodsTracker tracker)
public int getUiIndex()
public StackFrameProxyImpl getFrameProxy()
getFrameProxy
in interface StackFrameContext
public DebugProcess getDebugProcess()
getDebugProcess
in interface StackFrameContext
public com.sun.jdi.Method getMethod()
public int getOccurrenceIndex()
public boolean isRecursiveCall()
public ValueMarkup getValueMarkup()
public java.lang.String getName()
getName
in interface NodeDescriptor
getName
in class NodeDescriptorImpl
protected java.lang.String calcRepresentation(EvaluationContextImpl context, DescriptorLabelListener descriptorLabelListener) throws EvaluateException
calcRepresentation
in class NodeDescriptorImpl
EvaluateException
public boolean isExpandable()
isExpandable
in class NodeDescriptorImpl
public final void setContext(EvaluationContextImpl context)
setContext
in class NodeDescriptorImpl
public boolean isSynthetic()
public boolean isInLibraryContent()
public com.sun.jdi.Location getLocation()
public SourcePosition getSourcePosition()
public javax.swing.Icon getIcon()
public com.sun.jdi.ObjectReference getThisObject()