public static final class Java.Assignment extends Java.Rvalue
Modifier and Type | Field and Description |
---|---|
Java.Lvalue |
lhs
The lvalue to assign to.
|
String |
operator
The assignment operator; either the 'simple assignment operator ('=', JLS7 15.26.1) or one of the 'compound
assignment operators (JLS7 15.26.2).
|
Java.Rvalue |
rhs
The rvalue that is assigned.
|
NOWHERE
Constructor and Description |
---|
Assignment(Location location,
Java.Lvalue lhs,
String operator,
Java.Rvalue rhs) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.AtomVisitor visitor)
|
void |
accept(Visitor.ElementValueVisitor visitor)
Invokes the '
visit...() ' method of Visitor.ElementValueVisitor for the concrete Java.ElementValue type. |
void |
accept(Visitor.RvalueVisitor visitor)
|
String |
toString() |
getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue
toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileException
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocation, throwCompileException
public final Java.Lvalue lhs
public final String operator
public final Java.Rvalue rhs
public Assignment(Location location, Java.Lvalue lhs, String operator, Java.Rvalue rhs)
public void accept(Visitor.AtomVisitor visitor)
Java.Atom
public void accept(Visitor.RvalueVisitor visitor)
Java.Rvalue
accept
in class Java.Rvalue
public void accept(Visitor.ElementValueVisitor visitor)
Java.ElementValue
visit...()
' method of Visitor.ElementValueVisitor
for the concrete Java.ElementValue
type.Copyright © 2001–2016. All rights reserved.