public class StackFrame extends Object
| Constructor and Description |
|---|
StackFrame() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Location |
getLocation()
A location within a programming artifact.
|
String |
getModule()
The name of the module that contains the code of this stack frame.
|
List<String> |
getParameters()
The parameters of the call that is executing.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Integer |
getThreadId()
The thread identifier of the stack frame.
|
int |
hashCode() |
void |
setLocation(Location location)
A location within a programming artifact.
|
void |
setModule(String module)
The name of the module that contains the code of this stack frame.
|
void |
setParameters(List<String> parameters)
The parameters of the call that is executing.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setThreadId(Integer threadId)
The thread identifier of the stack frame.
|
String |
toString() |
StackFrame |
withLocation(Location location) |
StackFrame |
withModule(String module) |
StackFrame |
withParameters(List<String> parameters) |
StackFrame |
withProperties(PropertyBag properties) |
StackFrame |
withThreadId(Integer threadId) |
public Location getLocation()
public void setLocation(Location location)
public StackFrame withLocation(Location location)
public String getModule()
public void setModule(String module)
public StackFrame withModule(String module)
public Integer getThreadId()
public void setThreadId(Integer threadId)
public StackFrame withThreadId(Integer threadId)
public void setParameters(List<String> parameters)
public StackFrame withParameters(List<String> parameters)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public StackFrame withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.