Interface IsExpression

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

public interface IsExpression extends BinaryExpression
   BinaryExpression.leftOperand() is not BinaryExpression.rightOperand()
 
See https://docs.python.org/3/reference/expressions.html#is-not
  • Method Details

    • notToken

      @CheckForNull Token notToken()