cpg
Toggle table of contents
main
jvm
Platform filter
jvm
Switch theme
Search in API
cpg
cpg-core
/
de.fraunhofer.aisec.cpg.graph.edges.collections
/
UnwrappedEdgeSet
/
Delegate
Delegate
inner
class
Delegate
<
ThisType
:
Node
>
See
UnwrappedEdgeList.Delegate
, but as a
MutableSet
instead of
MutableList
.
Members
Constructors
Delegate
Link copied to clipboard
constructor
(
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
ThisType
,
property
:
KProperty
<
*
>
)
:
MutableSet
<
NodeType
>
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
ThisType
,
property
:
KProperty
<
*
>
,
value
:
Set
<
NodeType
>
)