Package org.sonar.python.tree
Class WithStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.WithStatementImpl
- All Implemented Interfaces:
Statement,Tree,WithStatement
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) colon()getKind()booleanisAsync()Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
WithStatementImpl
-
-
Method Details
-
withKeyword
- Specified by:
withKeywordin interfaceWithStatement
-
withItems
- Specified by:
withItemsin interfaceWithStatement
-
colon
- Specified by:
colonin interfaceWithStatement
-
statements
- Specified by:
statementsin interfaceWithStatement
-
isAsync
public boolean isAsync()- Specified by:
isAsyncin interfaceWithStatement
-
asyncKeyword
- Specified by:
asyncKeywordin interfaceWithStatement
-
getKind
-
accept
-
computeChildren
-