| Modifier and Type | Method and Description |
|---|---|
StackFrame |
StackFrame.withLocation(Location location) |
StackFrame |
StackFrame.withModule(String module) |
StackFrame |
StackFrame.withParameters(List<String> parameters) |
StackFrame |
StackFrame.withProperties(PropertyBag properties) |
StackFrame |
StackFrame.withThreadId(Integer threadId) |
| Modifier and Type | Method and Description |
|---|---|
List<StackFrame> |
Stack.getFrames()
An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setFrames(List<StackFrame> frames)
An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
|
Stack |
Stack.withFrames(List<StackFrame> frames) |
Copyright © 2020 Contrast Security. All rights reserved.