Package de.fraunhofer.aisec.cpg.helpers
Class SubgraphWalker.Border
- java.lang.Object
-
- de.fraunhofer.aisec.cpg.helpers.SubgraphWalker.Border
-
- Enclosing class:
- SubgraphWalker
public static class SubgraphWalker.Border extends java.lang.ObjectFor better readability:result.entriesinstead ofresult.get(0)when working with getEOGPathEdges. Can be used for all subgraphs in subgraphs, e.g. AST entries and exits in a EOG subgraph, EOG entries and exits in a CFG subgraph.
-
-
Constructor Summary
Constructors Constructor Description Border()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Node>getEntries()java.util.List<Node>getExits()
-