public class StacktraceFrame extends Object
IMCFrame
that adds relations to items and to other frames in a
stacktrace model
.
Note that the wrapped frame is not necessarily an exact match to the actual stacktrace in all
items. It is only guaranteed to be similar according to the FrameSeparator
used in the
stacktrace model.
Modifier and Type | Method and Description |
---|---|
StacktraceModel.Branch |
getBranch() |
IMCFrame |
getFrame() |
int |
getIndexInBranch() |
int |
getItemCount() |
SimpleArray<IItem> |
getItems() |
public SimpleArray<IItem> getItems()
public IMCFrame getFrame()
public StacktraceModel.Branch getBranch()
public int getIndexInBranch()
public int getItemCount()
Copyright © 2020. All rights reserved.