public interface ListAttributeAccess extends Expr
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListAttributeAccess.Impl |
static interface |
ListAttributeAccess.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(ListAttributeAccess.Visitor<P,R> visitor,
P par) |
Name |
getName() |
Expr |
getReceiver() |
static ListAttributeAccess |
of(Name name,
Expr receiver) |
void |
setName(Name name) |
void |
setReceiver(Expr receiver) |
static ListAttributeAccess of(Name name, Expr receiver)
Name getName()
void setName(Name name)
Expr getReceiver()
void setReceiver(Expr receiver)
<P,R> R accept(ListAttributeAccess.Visitor<P,R> visitor, P par)