Package org.sonar.python.tree
Class BinaryExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.BinaryExpressionImpl
- All Implemented Interfaces:
BinaryExpression,Expression,Tree,HasTypeDependencies
- Direct Known Subclasses:
InExpressionImpl,IsExpressionImpl
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionBinaryExpressionImpl(Expression leftOperand, Token operator, Expression rightOperand) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
typeV2
-
Constructor Details
-
BinaryExpressionImpl
-
-
Method Details
-
leftOperand
- Specified by:
leftOperandin interfaceBinaryExpression
-
operator
- Specified by:
operatorin interfaceBinaryExpression
-
rightOperand
- Specified by:
rightOperandin interfaceBinaryExpression
-
accept
-
getKind
-
computeChildren
-
type
- Specified by:
typein interfaceExpression
-
typeDependencies
- Specified by:
typeDependenciesin interfaceHasTypeDependencies
-