public final class TextualJMLSetStatement extends TextualJMLConstruct
Modifier and Type | Field and Description |
---|---|
private PositionedString |
assignment |
mods, name
Constructor and Description |
---|
TextualJMLSetStatement(ImmutableList<String> mods,
PositionedString assignment) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PositionedString |
getAssignment() |
int |
hashCode() |
String |
toString() |
addGeneric, getApproxPosition, getMods, getSourceFileName, setPosition
private final PositionedString assignment
public TextualJMLSetStatement(ImmutableList<String> mods, PositionedString assignment)