Package org.sonar.python.cfg
Class CfgUtils
- java.lang.Object
-
- org.sonar.python.cfg.CfgUtils
-
public class CfgUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<CfgBlock>unreachableBlocks(ControlFlowGraph cfg)
-
-
-
Method Detail
-
unreachableBlocks
public static Set<CfgBlock> unreachableBlocks(ControlFlowGraph cfg)
-
-