Interface UnaryExpression
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
UnaryExpressionImpl
public interface UnaryExpression extends Expression
See https://docs.python.org/3/reference/expressions.html#unary-arithmetic-and-bitwise-operationsoperator()expression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionexpression()Tokenoperator()-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-
-
-
Method Detail
-
operator
Token operator()
-
expression
Expression expression()
-
-