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