Interface UnpackingExpression
- All Superinterfaces:
Argument,DictionaryLiteralElement,Expression,Tree
- All Known Implementing Classes:
UnpackingExpressionImpl
See https://docs.python.org/3/reference/expressions.html#grammar-token-starred-expression See https://www.python.org/dev/peps/pep-0448/starToken()expression()
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionCan be either*or**Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type, typeV2
-
Method Details
-
starToken
Token starToken()Can be either*or** -
expression
Expression expression()
-