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.Object
For better readability:
result.entries instead of result.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
Modifier and Type Method Description java.util.List<de.fraunhofer.aisec.cpg.graph.Node>getEntries()java.util.List<de.fraunhofer.aisec.cpg.graph.Node>getExits()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Border
public Border()
-
-
Method Details
-
getEntries
public java.util.List<de.fraunhofer.aisec.cpg.graph.Node> getEntries() -
getExits
public java.util.List<de.fraunhofer.aisec.cpg.graph.Node> getExits()
-