Uses of Class
org.sonar.java.cfg.CFG.Block
Packages that use CFG.Block
-
Uses of CFG.Block in org.sonar.java.cfg
Fields in org.sonar.java.cfg with type parameters of type CFG.BlockMethods in org.sonar.java.cfg that return CFG.BlockModifier and TypeMethodDescriptionCFG.entryBlock()CFG.Block.exitBlock()CFG.exitBlock()CFG.Block.falseBlock()CFG.Block.successorWithoutJump()This method makes the implementation of RSPEC-3626 almost trivial.CFG.Block.trueBlock()Methods in org.sonar.java.cfg that return types with arguments of type CFG.BlockModifier and TypeMethodDescriptionCFG.blocks()CFG.Block.exceptions()CFG.Block.predecessors()CFG.reversedBlocks()CFG.Block.successors()Methods in org.sonar.java.cfg with parameters of type CFG.BlockModifier and TypeMethodDescriptionvoidCFG.Block.addExitSuccessor(CFG.Block block) voidCFG.Block.addFalseSuccessor(CFG.Block successor) voidCFG.Block.addTrueSuccessor(CFG.Block successor)