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