cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.passes
/
Edge
Edge
class
Edge
(
val
source
:
Node
,
val
target
:
Node
,
val
type
:
EdgeType
)
Constructors
Properties
Constructors
Edge
Link copied to clipboard
fun
Edge
(
source
:
Node
,
target
:
Node
,
type
:
EdgeType
)
Properties
source
Link copied to clipboard
val
source
:
Node
target
Link copied to clipboard
val
target
:
Node
type
Link copied to clipboard
val
type
:
EdgeType