Package org.sonar.python.api.tree
Interface InExpression
-
- All Superinterfaces:
BinaryExpression,Expression,Tree
- All Known Implementing Classes:
InExpressionImpl
public interface InExpression extends BinaryExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokennotToken()-
Methods inherited from interface org.sonar.python.api.tree.BinaryExpression
leftOperand, operator, rightOperand
-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
notToken
@CheckForNull Token notToken()
-
-