cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.processing
Package-level
declarations
Types
Types
IStrategy
Link copied to clipboard
interface
IStrategy
<
V
>
The strategy determines the order in which nodes in the structure are traversed.
IVisitable
Link copied to clipboard
interface
IVisitable
<
V
:
IVisitable
?
>
An object that can be visited by a visitor.
IVisitor
Link copied to clipboard
abstract
class
IVisitor
<
V
:
IVisitable
?
>
Reflective visitor that visits the most specific implementation of visit() methods.