public interface ExprSentence extends Sentence
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExprSentence.Impl |
static interface |
ExprSentence.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(ExprSentence.Visitor<P,R> visitor,
P par) |
Expr |
getExpr() |
static ExprSentence |
of(Expr expr) |
void |
setExpr(Expr expr) |
static ExprSentence of(Expr expr)
Expr getExpr()
void setExpr(Expr expr)
<P,R> R accept(ExprSentence.Visitor<P,R> visitor, P par)