Interface InExpression
- All Superinterfaces:
BinaryExpression,Expression,Tree
- All Known Implementing Classes:
InExpressionImpl
See https://docs.python.org/3/reference/expressions.html#membership-test-operationsBinaryExpression.leftOperand()not inBinaryExpression.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
-
Method Details
-
notToken
-