Package org.sonar.python.api.tree
Interface PyInExpressionTree
-
- All Superinterfaces:
PyBinaryExpressionTree,PyExpressionTree,Tree
- All Known Implementing Classes:
PyInExpressionTreeImpl
public interface PyInExpressionTree extends PyBinaryExpressionTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sonar.sslr.api.TokennotToken()-
Methods inherited from interface org.sonar.python.api.tree.PyBinaryExpressionTree
leftOperand, operator, rightOperand
-
-
-
-
Method Detail
-
notToken
@CheckForNull com.sonar.sslr.api.Token notToken()
-
-