Uses of Interface
org.sonar.plugins.java.api.cfg.ControlFlowGraph.Block
-
Packages that use ControlFlowGraph.Block Package Description org.sonar.java.cfg org.sonar.plugins.java.api.cfg Provides interfaces to represent Java source code as syntax tree. -
-
Uses of ControlFlowGraph.Block in org.sonar.java.cfg
Classes in org.sonar.java.cfg that implement ControlFlowGraph.Block Modifier and Type Class Description static classCFG.Block -
Uses of ControlFlowGraph.Block in org.sonar.plugins.java.api.cfg
Methods in org.sonar.plugins.java.api.cfg that return ControlFlowGraph.Block Modifier and Type Method Description ControlFlowGraph.BlockControlFlowGraph. entryBlock()ControlFlowGraph.BlockControlFlowGraph. exitBlock()Methods in org.sonar.plugins.java.api.cfg that return types with arguments of type ControlFlowGraph.Block Modifier and Type Method Description List<? extends ControlFlowGraph.Block>ControlFlowGraph. blocks()Set<? extends ControlFlowGraph.Block>ControlFlowGraph.Block. successors()
-