Interface InExpression

All Superinterfaces:
BinaryExpression, Expression, Tree
All Known Implementing Classes:
InExpressionImpl

public interface InExpression extends BinaryExpression
   BinaryExpression.leftOperand() not in BinaryExpression.rightOperand()
 
See https://docs.python.org/3/reference/expressions.html#membership-test-operations
  • Method Details

    • notToken

      @CheckForNull Token notToken()