Interface InExpression
-
- All Superinterfaces:
BinaryExpression,Expression,Tree
- All Known Implementing Classes:
InExpressionImpl
public interface InExpression extends BinaryExpression
See https://docs.python.org/3/reference/expressions.html#membership-test-operationsBinaryExpression.leftOperand()not inBinaryExpression.rightOperand()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokennotToken()-
Methods inherited from interface org.sonar.plugins.python.api.tree.BinaryExpression
leftOperand, operator, rightOperand
-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-
-
-
Method Detail
-
notToken
@CheckForNull Token notToken()
-
-