All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
deriveHistoryTree(DescriptorTree tree,
StackFrameContext context) |
void |
deriveHistoryTree(DescriptorTree tree,
StackFrameProxy frameProxy) |
void |
dispose() |
protected <T extends NodeDescriptor> T |
findDescriptor(NodeDescriptor parent,
T descriptor,
DescriptorData<T> key) |
protected <T extends NodeDescriptor> T |
findDisplayDescriptor(NodeDescriptor parent,
T descriptor,
DisplayKey<T> key) |
ArgumentValueDescriptorImpl |
getArgumentValueDescriptor(NodeDescriptor parent,
DecompiledLocalVariable variable,
com.sun.jdi.Value value) |
ArrayElementDescriptorImpl |
getArrayItemDescriptor(NodeDescriptor parent,
com.sun.jdi.ArrayReference array,
int index) |
DescriptorTree |
getCurrentHistoryTree() |
<T extends NodeDescriptor> T |
getDescriptor(NodeDescriptor parent,
DescriptorData<T> key) |
FieldDescriptorImpl |
getFieldDescriptor(NodeDescriptor parent,
com.sun.jdi.ObjectReference objRef,
com.sun.jdi.Field field) |
LocalVariableDescriptorImpl |
getLocalVariableDescriptor(NodeDescriptor parent,
LocalVariableProxy local) |
ValueDescriptorImpl |
getMethodReturnValueDescriptor(NodeDescriptorImpl parent,
com.sun.jdi.Method method,
com.sun.jdi.Value value) |
StackFrameDescriptorImpl |
getStackFrameDescriptor(NodeDescriptorImpl parent,
StackFrameProxyImpl frameProxy) |
StaticDescriptorImpl |
getStaticDescriptor(NodeDescriptorImpl parent,
com.sun.jdi.ReferenceType refType) |
ValueDescriptorImpl |
getThisDescriptor(NodeDescriptorImpl parent,
com.sun.jdi.Value value) |
ThreadDescriptorImpl |
getThreadDescriptor(NodeDescriptorImpl parent,
ThreadReferenceProxyImpl thread) |
ThreadGroupDescriptorImpl |
getThreadGroupDescriptor(NodeDescriptorImpl parent,
ThreadGroupReferenceProxyImpl group) |
ValueDescriptorImpl |
getThrownExceptionObjectDescriptor(NodeDescriptorImpl parent,
com.sun.jdi.ObjectReference exceptionObject) |
UserExpressionDescriptor |
getUserExpressionDescriptor(NodeDescriptor parent,
DescriptorData<UserExpressionDescriptor> data) |
WatchItemDescriptor |
getWatchItemDescriptor(NodeDescriptor parent,
TextWithImports text,
com.sun.jdi.Value value) |