Package org.sonar.python.api.tree
Interface PyBinaryExpressionTree
-
- All Superinterfaces:
PyExpressionTree,Tree
- All Known Subinterfaces:
PyInExpressionTree,PyIsExpressionTree
- All Known Implementing Classes:
PyBinaryExpressionTreeImpl,PyInExpressionTreeImpl,PyIsExpressionTreeImpl
public interface PyBinaryExpressionTree extends PyExpressionTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PyExpressionTreeleftOperand()com.sonar.sslr.api.Tokenoperator()PyExpressionTreerightOperand()
-
-
-
Method Detail
-
leftOperand
PyExpressionTree leftOperand()
-
operator
com.sonar.sslr.api.Token operator()
-
rightOperand
PyExpressionTree rightOperand()
-
-