public interface NamedExpr extends Node
| Modifier and Type | Interface and Description |
|---|---|
static class |
NamedExpr.Impl |
static interface |
NamedExpr.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
default <P,R> R |
accept(NamedExpr.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
Expr |
getExpr() |
Name |
getName() |
boolean |
getOtherMany() |
Name |
getOtherName() |
static NamedExpr |
of(Name name,
Expr expr) |
void |
setExpr(Expr expr) |
void |
setName(Name name) |
void |
setOtherMany(boolean otherMany) |
void |
setOtherName(Name otherName) |
Name getName()
void setName(Name name)
Expr getExpr()
void setExpr(Expr expr)
Name getOtherName()
void setOtherName(Name otherName)
boolean getOtherMany()
void setOtherMany(boolean otherMany)
default <P,R> R accept(NamedExpr.Visitor<P,R> visitor, P par)
default <P,R> R accept(Node.Visitor<P,R> visitor, P par)