toggle menu
codyze
jvm
switch theme
search in API
coko-core
/
de.fraunhofer.aisec.codyze.specificationLanguages.coko.core
/
CallAssertion
Call
Assertion
class
CallAssertion
(
val
op
:
Op
,
val
location
:
CallLocation
?
=
null
)
:
CallConditionComponent
(
source
)
Members
Constructors
Call
Assertion
Link copied to clipboard
constructor
(
op
:
Op
,
location
:
CallLocation
?
=
null
)
Properties
location
Link copied to clipboard
val
location
:
CallLocation
?
=
null
op
Link copied to clipboard
val
op
:
Op
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String