Package de.fraunhofer.aisec.cpg.graph
Annotation Type SubGraph
-
@Retention(RUNTIME) public @interface SubGraphAnnotates single member variables of supertypeNodeor a collection of nodes to be part of the a sub-graph of the current Node. This is used to iterate over all AST sub-nodes with SubgraphWalkers.getASTChildren. Could be replaced with @Relationship{sub-graph:'ast'} if switching to an OGM that supports relationship properties.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-