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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(Tree tree) elements()booleantoString()protected StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.cfg.CfgBlock
successors, syntacticSuccessor
-
Constructor Details
-
PythonCfgBlock
public PythonCfgBlock()
-
-
Method Details