toggle menu
cpg
main
jvm
switch theme
search in API
cpg-analysis
/
de.fraunhofer.aisec.cpg.passes
/
ReachabilityLattice
Reachability
Lattice
class
ReachabilityLattice
(
val
elements
:
Reachability
)
:
LatticeElement
<
Reachability
>
Implements the
LatticeElement
over reachability properties: TOP | REACHABLE | UNREACHABLE | BOTTOM
Members
Constructors
Reachability
Lattice
Link copied to clipboard
constructor
(
elements
:
Reachability
)
Properties
elements
Link copied to clipboard
open
override
val
elements
:
Reachability
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
LatticeElement
<
Reachability
>
)
:
Int
duplicate
Link copied to clipboard
open
override
fun
duplicate
(
)
:
ReachabilityLattice
lub
Link copied to clipboard
open
override
fun
lub
(
other
:
LatticeElement
<
Reachability
>
)
:
ReachabilityLattice