Package org.sonar.plugins.python.api.cfg
Interface CfgBlock
- All Known Subinterfaces:
CfgBranchingBlock
- All Known Implementing Classes:
PythonCfgBlock,PythonCfgBranchingBlock,PythonCfgEndBlock,PythonCfgSimpleBlock
public interface CfgBlock
-
Method Summary
-
Method Details
-
successors
-
predecessors
-
elements
-
syntacticSuccessor
- Returns:
- block following this one if no jump is applied
Returns
nullif this block doesn't end with jump statement (break, continue, return, raise)
-