Interface CompoundAssignmentStatement
- All Known Implementing Classes:
CompoundAssignmentStatementImpl
Example:lhsExpression()compoundAssignmentToken()rhsExpression()
x += ySee https://docs.python.org/3/reference/simple_stmts.html#grammar-token-augmented-assignment-stmt
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
lhsExpression
Expression lhsExpression() -
compoundAssignmentToken
Token compoundAssignmentToken() -
rhsExpression
Expression rhsExpression()
-