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 |
|---|---|
<P,R> R |
accept(NamedExpr.Visitor<P,R> visitor,
P par) |
Expr |
getExpr() |
Name |
getName() |
static NamedExpr |
of(Name name,
Expr expr) |
void |
setExpr(Expr expr) |
void |
setName(Name name) |