cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.graph.types
/
Type
/
Origin
Origin
enum
Origin
Type Origin describes where the Type information came from
Entries
Functions
Entries
RESOLVED
Link copied to clipboard
RESOLVED
DATAFLOW
Link copied to clipboard
DATAFLOW
GUESSED
Link copied to clipboard
GUESSED
UNRESOLVED
Link copied to clipboard
UNRESOLVED
Functions
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
Type.Origin
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
Type.Origin
>
Returns an array containing the constants of this enum type, in the order they're declared.