cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.helpers
/
LocationConverter
Location
Converter
open
class
LocationConverter
:
CompositeAttributeConverter
<
T
>
Functions
Properties
Functions
to
Entity
Attribute
Link copied to clipboard
open
fun
toEntityAttribute
(
value
:
Map
<
String
,
out
Any
>
)
:
PhysicalLocation
to
Graph
Properties
Link copied to clipboard
open
fun
toGraphProperties
(
value
:
PhysicalLocation
)
:
Map
<
String
,
out
Any
>
Properties
ARTIFACT
Link copied to clipboard
val
ARTIFACT
:
String
=
"artifact"
END_COLUMN
Link copied to clipboard
val
END_COLUMN
:
String
=
"endColumn"
END_LINE
Link copied to clipboard
val
END_LINE
:
String
=
"endLine"
START_COLUMN
Link copied to clipboard
val
START_COLUMN
:
String
=
"startColumn"
START_LINE
Link copied to clipboard
val
START_LINE
:
String
=
"startLine"