Interface UnaryExpression
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
UnaryExpressionImpl
See https://docs.python.org/3/reference/expressions.html#unary-arithmetic-and-bitwise-operationsoperator()expression()
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type, typeV2
-
Method Details
-
operator
Token operator() -
expression
Expression expression()
-