Interface IsExpression
- All Superinterfaces:
BinaryExpression,Expression,Tree
- All Known Implementing Classes:
IsExpressionImpl
See https://docs.python.org/3/reference/expressions.html#is-notBinaryExpression.leftOperand()is notBinaryExpression.rightOperand()
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.python.api.tree.BinaryExpression
leftOperand, operator, rightOperandMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type, typeV2
-
Method Details
-
notToken
-