Package org.sonar.python.cfg
Class PythonCfgBlock
- java.lang.Object
-
- org.sonar.python.cfg.PythonCfgBlock
-
- All Implemented Interfaces:
CfgBlock
- Direct Known Subclasses:
PythonCfgBranchingBlock,PythonCfgEndBlock,PythonCfgSimpleBlock
public abstract class PythonCfgBlock extends Object implements CfgBlock
-
-
Constructor Summary
Constructors Constructor Description PythonCfgBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(Tree tree)List<Tree>elements()booleanisEmptyBlock()Set<CfgBlock>predecessors()StringtoString()protected StringtoStringDisplayPosition()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.cfg.CfgBlock
successors, syntacticSuccessor
-
-