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,YieldStatementImpl
public abstract class SimpleStatement extends PyTree
-
-
Field Summary
-
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken
-
-
Constructor Summary
Constructors Constructor Description SimpleStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenlastToken()-
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, parent, setParent
-
-