public class Assignment extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
left |
protected String |
right |
protected String |
type |
| Constructor and Description |
|---|
Assignment(RefEx left,
String right)
The argument left of type RefEx must contains all needed information to invoke a setter method.
|
Assignment(String type,
Object left,
String right) |
Assignment(String left,
String right) |
protected final String type
protected final Object left
protected final String right
public Assignment(RefEx left, String right)
public String toString(boolean rfl)
rfl - If this argument is true, then an invokation of a setter method is created, otherwise an assignment is created.