Package org.sonar.python.api.tree
Interface AssignmentStatement
-
- All Known Implementing Classes:
AssignmentStatementImpl
public interface AssignmentStatement extends Statement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionassignedValue()List<Token>equalTokens()List<ExpressionList>lhsExpressions()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
assignedValue
Expression assignedValue()
-
lhsExpressions
List<ExpressionList> lhsExpressions()
-
-