toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
StackFrame
Stack
Frame
open
class
StackFrame
:
PropertyOwner
A function call within a stack trace.
Members
Constructors
Stack
Frame
Link copied to clipboard
constructor
(
)
Properties
location
Link copied to clipboard
@
SerializedName
(
value
=
"location"
)
@
Expose
open
var
location
:
Location
A location within a programming artifact.
module
Link copied to clipboard
@
SerializedName
(
value
=
"module"
)
@
Expose
open
var
module
:
String
The name of the module that contains the code of this stack frame.
parameters
Link copied to clipboard
@
SerializedName
(
value
=
"parameters"
)
@
Expose
open
var
parameters
:
List
<
String
>
The parameters of the call that is executing.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
thread
Id
Link copied to clipboard
@
SerializedName
(
value
=
"threadId"
)
@
Expose
open
var
threadId
:
Integer
The thread identifier of the stack frame.
Functions
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
get
Properties
Link copied to clipboard
abstract
fun
getProperties
(
)
:
PropertyBag
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
set
Properties
Link copied to clipboard
abstract
fun
setProperties
(
<set-?>
:
PropertyBag
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
update
Properties
Link copied to clipboard
open
fun
updateProperties
(
mutator
:
(
in
PropertyBag
)
->
Unit
)
with
Location
Link copied to clipboard
open
fun
withLocation
(
location
:
Location
)
:
StackFrame
with
Module
Link copied to clipboard
open
fun
withModule
(
module
:
String
)
:
StackFrame
with
Parameters
Link copied to clipboard
open
fun
withParameters
(
parameters
:
List
<
String
>
)
:
StackFrame
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
StackFrame
with
Thread
Id
Link copied to clipboard
open
fun
withThreadId
(
threadId
:
Integer
)
:
StackFrame