Package org.sonar.python.tree
Class SimpleStatement
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SimpleStatement
- All Implemented Interfaces:
Tree
- Direct Known Subclasses:
AnnotatedAssignmentImpl,AssertStatementImpl,AssignmentStatementImpl,BreakStatementImpl,CompoundAssignmentStatementImpl,ContinueStatementImpl,DecoratorImpl,DelStatementImpl,ExecStatementImpl,ExpressionStatementImpl,GlobalStatementImpl,ImportFromImpl,ImportNameImpl,NonlocalStatementImpl,PassStatementImpl,PrintStatementImpl,RaiseStatementImpl,ReturnStatementImpl,TypeAliasStatementImpl,YieldStatementImpl
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, parent, setParent
-
Constructor Details
-
SimpleStatement
public SimpleStatement()
-
-
Method Details