Package org.sonar.python.tree
Class CompoundAssignmentStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SimpleStatement
org.sonar.python.tree.CompoundAssignmentStatementImpl
- All Implemented Interfaces:
CompoundAssignmentStatement,Statement,Tree
public class CompoundAssignmentStatementImpl
extends SimpleStatement
implements CompoundAssignmentStatement
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionCompoundAssignmentStatementImpl(Expression lhsExpression, Token augAssignToken, Expression rhsExpression, Separators separators) -
Method Summary
Methods inherited from class org.sonar.python.tree.SimpleStatement
lastTokenMethods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, parent, setParent
-
Constructor Details
-
CompoundAssignmentStatementImpl
public CompoundAssignmentStatementImpl(Expression lhsExpression, Token augAssignToken, Expression rhsExpression, Separators separators)
-
-
Method Details
-
rhsExpression
- Specified by:
rhsExpressionin interfaceCompoundAssignmentStatement
-
compoundAssignmentToken
- Specified by:
compoundAssignmentTokenin interfaceCompoundAssignmentStatement
-
lhsExpression
- Specified by:
lhsExpressionin interfaceCompoundAssignmentStatement
-
separator
-
accept
-
computeChildren
-
getKind
-