cpg-core
6.0.0
cpg-core
/
de.fraunhofer.aisec.cpg.graph
/
AccessValues
Access
Values
enum
AccessValues
Expressions can have multiple types of accesses. Determines dataflow (DFG) edges
Entries
Functions
Entries
READ
Link copied to clipboard
READ
WRITE
Link copied to clipboard
WRITE
READWRITE
Link copied to clipboard
READWRITE
Functions
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
AccessValues
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
AccessValues
>
Returns an array containing the constants of this enum type, in the order they're declared.