Package org.sonar.python.cfg
Class PythonCfgEndBlock
java.lang.Object
org.sonar.python.cfg.PythonCfgBlock
org.sonar.python.cfg.PythonCfgEndBlock
- All Implemented Interfaces:
CfgBlock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.cfg.PythonCfgBlock
addElement, isEmptyBlock, predecessors, toStringDisplayPosition
-
Constructor Details
-
PythonCfgEndBlock
public PythonCfgEndBlock()
-
-
Method Details
-
successors
-
elements
- Specified by:
elementsin interfaceCfgBlock- Overrides:
elementsin classPythonCfgBlock
-
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)
-
toString
- Overrides:
toStringin classPythonCfgBlock
-