cpg-console
6.0.0
cpg-console
/
de.fraunhofer.aisec.cpg.console
Package-level
declarations
Types
Functions
Properties
Types
Compilation
Database
Link copied to clipboard
class
CompilationDatabase
:
Plugin
Cpg
Console
Link copied to clipboard
object
CpgConsole
Neo4j
Plugin
Link copied to clipboard
class
Neo4jPlugin
:
Plugin
Run
Plugin
Link copied to clipboard
class
RunPlugin
:
Plugin
Show
Code
Plugin
Link copied to clipboard
class
ShowCodePlugin
:
Plugin
Translate
Plugin
Link copied to clipboard
class
TranslatePlugin
:
Plugin
Functions
fancy
Code
Link copied to clipboard
fun
Node
.
fancyCode
(
linesAhead
:
Int
=
0
,
showNumbers
:
Boolean
)
:
String
?
fancy
Location
Link
Link copied to clipboard
fun
Node
?
.
fancyLocationLink
(
)
:
String
get
Code
Link copied to clipboard
fun
getCode
(
file
:
String
,
region
:
Region
)
:
String
get
Fancies
For
Link copied to clipboard
fun
getFanciesFor
(
original
:
Node
,
node
:
Node
)
:
List
<
Pair
<
AttributedStyle
,
Region
>
>
get
Relative
Location
Link copied to clipboard
fun
getRelativeLocation
(
parentRegion
:
Region
,
region
:
Region
)
:
Region
print
Code
Link copied to clipboard
fun
Node
.
printCode
(
linesAhead
:
Int
=
0
,
showNumbers
:
Boolean
=
false
)
:
Node
fun
Collection
<
Node
>
.
printCode
(
linesAhead
:
Int
=
0
,
showNumbers
:
Boolean
=
false
)
:
Collection
<
Node
>
Properties
styles
Link copied to clipboard
val
styles
:
SyntaxPlugin.HighlightStylesFromConfiguration