org.codehaus.janino
public static final class Java.Assignment extends Java.Rvalue
| Field Summary | |
|---|---|
| Java.Lvalue | lhs |
| String | operator |
| Java.Rvalue | rhs |
| Constructor Summary | |
|---|---|
| Assignment(Location location, Java.Lvalue lhs, String operator, Java.Rvalue rhs) | |
| Method Summary | |
|---|---|
| void | accept(Visitor.AtomVisitor visitor) |
| void | accept(Visitor.RvalueVisitor visitor) |
| String | toString() |