StackFrame
StackFrame[] frames = rec.getStackFrames();
for (StackFrame f : frames) {
new StackFrame[] {
new StackFrame("has"),
new StackFrame("nine"),
new StackFrame("lives")},
StackFrame[] stackFrames = new StackFrame[] {
new StackFrame("Frame 1"),
new StackFrame("Frame 2"),
new StackFrame("Frame 3")
StackFrame[] frames = new StackFrame[] {
new StackFrame("User Stack Frame 1"),
new StackFrame("User Stack Frame 2"),
new StackFrame("User Stack Frame 3")
StackFrame[] frames;
frames = new StackFrame[n];
frames[i] = new StackFrame(f[i]);
private StackFrame[] stackFrames;
KernelStackRecord(StackFrame[] frames, byte[] rawBytes)
for (StackFrame f : stackFrames) {
public StackFrame[]
setStackFrames(StackFrame[] frames)
public List <StackFrame>
return Collections. <StackFrame> emptyList();
return Collections. <StackFrame> unmodifiableList(
StackFrame[] frames = getStackFrames();
for (StackFrame f : frames) {
static final StackFrame[] EMPTY_FRAMES = new StackFrame[] {};
static StackFrame[]
StackFrame[] frames = KernelStackRecord.parse(framesString);
if (o instanceof StackFrame) {
StackFrame s = (StackFrame)o;
BeanInfo info = Introspector.getBeanInfo(StackFrame.class);
public List <StackFrame> asList();
public StackFrame[] getStackFrames();
UserStackRecord(int pid, StackFrame[] frames, byte[] rawBytes)
public StackFrame[]
setStackFrames(StackFrame[] frames)
public List <StackFrame>
StackFrame[] frames = (StackFrame[])s.readObject();