Package org.sonar.python.tree
Class AwaitExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.AwaitExpressionImpl
- All Implemented Interfaces:
AwaitExpression,Expression,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) getKind()typeV2()voidtypeV2(PythonType type) Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
Constructor Details
-
AwaitExpressionImpl
-
-
Method Details
-
typeV2
-
typeV2
- Specified by:
typeV2in interfaceExpression
-
awaitToken
- Specified by:
awaitTokenin interfaceAwaitExpression
-
expression
- Specified by:
expressionin interfaceAwaitExpression
-
accept
-
computeChildren
-
getKind
-