Package org.sonar.python.cfg
Class PythonCfgSimpleBlock
java.lang.Object
org.sonar.python.cfg.PythonCfgBlock
org.sonar.python.cfg.PythonCfgSimpleBlock
- All Implemented Interfaces:
CfgBlock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.cfg.PythonCfgBlock
addElement, elements, isEmptyBlock, predecessors, toString, toStringDisplayPosition
-
Constructor Details
-
PythonCfgSimpleBlock
-
-
Method Details
-
successors
-
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)
-
setSyntacticSuccessor
-