public interface IsSentence extends Sentence
| Modifier and Type | Interface and Description |
|---|---|
static class |
IsSentence.Impl |
static interface |
IsSentence.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(IsSentence.Visitor<P,R> visitor,
P par) |
VarDecl |
getDescriptor() |
static IsSentence |
of(VarDecl descriptor) |
void |
setDescriptor(VarDecl descriptor) |
static IsSentence of(VarDecl descriptor)
VarDecl getDescriptor()
void setDescriptor(VarDecl descriptor)
<P,R> R accept(IsSentence.Visitor<P,R> visitor, P par)