public interface ClassType extends Type
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClassType.Impl |
static interface |
ClassType.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(ClassType.Visitor<P,R> visitor,
P par) |
ClassDecl |
getClassDecl() |
static ClassType |
of(ClassDecl classDecl) |
void |
setClassDecl(ClassDecl classDecl) |
ClassDecl getClassDecl()
void setClassDecl(ClassDecl classDecl)
<P,R> R accept(ClassType.Visitor<P,R> visitor, P par)