Package org.sonar.python.api.tree
Interface CompoundAssignmentStatement
-
- All Known Implementing Classes:
CompoundAssignmentStatementImpl
public interface CompoundAssignmentStatement extends Statement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokencompoundAssignmentToken()ExpressionlhsExpression()ExpressionrhsExpression()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
rhsExpression
Expression rhsExpression()
-
compoundAssignmentToken
Token compoundAssignmentToken()
-
lhsExpression
Expression lhsExpression()
-
-