Package org.sonar.python.tree
Class DelStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SimpleStatement
org.sonar.python.tree.DelStatementImpl
- All Implemented Interfaces:
DelStatement,Statement,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionDelStatementImpl(Token delKeyword, List<Expression> expressionTrees, Separators separators) -
Method Summary
Methods inherited from class org.sonar.python.tree.SimpleStatement
lastTokenMethods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, parent, setParent
-
Constructor Details
-
DelStatementImpl
-
-
Method Details
-
delKeyword
- Specified by:
delKeywordin interfaceDelStatement
-
expressions
- Specified by:
expressionsin interfaceDelStatement
-
separator
-
getKind
-
accept
-
computeChildren
-