Class AssignExpr

All Implemented Interfaces:
NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class AssignExpr extends Expression
An assignment expression. It supports the operators that are found the the AssignExpr.Operator enum.
a=5
time+=500
watch.time+=500
(((time)))=100*60
peanut[a]=true
Author:
Julio Vilmar Gesser