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 class
CFG.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.Block
ControlFlowGraph. entryBlock()
ControlFlowGraph.Block
ControlFlowGraph. 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()
-