Uses of Interface
org.sonar.plugins.java.api.cfg.ControlFlowGraph.Block
Packages that use ControlFlowGraph.Block
Package
Description
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 -
Uses of ControlFlowGraph.Block in org.sonar.plugins.java.api.cfg
Methods in org.sonar.plugins.java.api.cfg that return ControlFlowGraph.BlockModifier and TypeMethodDescriptionControlFlowGraph.entryBlock()ControlFlowGraph.Block.exitBlock()ControlFlowGraph.exitBlock()ControlFlowGraph.Block.falseBlock()ControlFlowGraph.Block.trueBlock()Methods in org.sonar.plugins.java.api.cfg that return types with arguments of type ControlFlowGraph.BlockModifier and TypeMethodDescriptionList<? extends ControlFlowGraph.Block> ControlFlowGraph.blocks()Set<? extends ControlFlowGraph.Block> ControlFlowGraph.Block.exceptions()Set<? extends ControlFlowGraph.Block> ControlFlowGraph.Block.predecessors()List<? extends ControlFlowGraph.Block> ControlFlowGraph.reversedBlocks()Set<? extends ControlFlowGraph.Block> ControlFlowGraph.Block.successors()