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