toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
Stack
Stack
open
class
Stack
:
PropertyOwner
A call stack that is relevant to a result.
Members
Constructors
Stack
Link copied to clipboard
constructor
(
)
No args constructor for use in serialization
constructor
(
frames
:
List
<
StackFrame
>
)
Properties
frames
Link copied to clipboard
@
SerializedName
(
value
=
"frames"
)
@
Expose
open
var
frames
:
List
<
StackFrame
>
An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack.
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
@
Expose
open
var
message
:
Message
Encapsulates a message intended to be read by the end user.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
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
Frames
Link copied to clipboard
open
fun
withFrames
(
frames
:
List
<
StackFrame
>
)
:
Stack
with
Message
Link copied to clipboard
open
fun
withMessage
(
message
:
Message
)
:
Stack
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
Stack