Package org.sonar.python.api.tree
Interface AwaitExpression
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
AwaitExpressionImpl
public interface AwaitExpression extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenawaitToken()Expressionexpression()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
awaitToken
Token awaitToken()
-
expression
Expression expression()
-
-