Package examples.ast
Class Assignment
java.lang.Object
examples.ast.ASTNode
examples.ast.Statement
examples.ast.Assignment
Assignments as statements.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ExpressionThe left- and right-hand sides of the assignment.(package private) final ExpressionThe left- and right-hand sides of the assignment. -
Constructor Summary
ConstructorsConstructorDescriptionAssignment(int line, int column, Expression lhs, Expression rhs) Constructor. -
Method Summary
-
Field Details
-
lhs
The left- and right-hand sides of the assignment. -
rhs
The left- and right-hand sides of the assignment.
-
-
Constructor Details
-
Assignment
Constructor.- Parameters:
line- The line where the assignment appears.column- The column where the assignment appears.lhs- The left-hand side of the assignment.rhs- The right-hand side of the assignment.
-
-
Method Details