public interface AttributeAccess extends Expr
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeAccess.Impl |
static interface |
AttributeAccess.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
default <P,R> R |
accept(AttributeAccess.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Expr.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Positioned.Visitor<P,R> visitor,
P par) |
Name |
getName() |
Expr |
getReceiver() |
static AttributeAccess |
of(Name name,
Expr receiver) |
void |
setName(Name name) |
void |
setReceiver(Expr receiver) |
getPosition, of, setPositionstatic AttributeAccess of(Name name, Expr receiver)
Name getName()
void setName(Name name)
Expr getReceiver()
void setReceiver(Expr receiver)
default <P,R> R accept(AttributeAccess.Visitor<P,R> visitor, P par)
default <P,R> R accept(Expr.Visitor<P,R> visitor, P par)
default <P,R> R accept(Positioned.Visitor<P,R> visitor, P par)
accept in interface Expraccept in interface Positioneddefault <P,R> R accept(Node.Visitor<P,R> visitor, P par)