Package org.sonar.plugins.python.api.cfg
Interface CfgBranchingBlock
-
- All Superinterfaces:
CfgBlock
- All Known Implementing Classes:
PythonCfgBranchingBlock
public interface CfgBranchingBlock extends CfgBlock
ACfgBlockwith 2 successors: represents a block ending with a condition which determines which successor is executed next.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreebranchingTree()Syntax tree causing branching: e.g.CfgBlockfalseSuccessor()CfgBlocktrueSuccessor()-
Methods inherited from interface org.sonar.plugins.python.api.cfg.CfgBlock
elements, predecessors, successors, syntacticSuccessor
-
-