Interface AssignmentStatement
-
- All Known Implementing Classes:
AssignmentStatementImpl
public interface AssignmentStatement extends Statement
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-assignment-stmtlhsExpressions(),lhsExpressions(),lhsExpressions()=assignedValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionassignedValue()List<Token>equalTokens()List<ExpressionList>lhsExpressions()
-
-
-
Method Detail
-
lhsExpressions
List<ExpressionList> lhsExpressions()
-
assignedValue
Expression assignedValue()
-
-