public interface ResolvedName extends Name
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResolvedName.Impl |
static interface |
ResolvedName.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
default <P,R> R |
accept(Name.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(ResolvedName.Visitor<P,R> visitor,
P par) |
Decl |
getDecl() |
static ResolvedName |
of(Decl decl) |
void |
setDecl(Decl decl) |
static ResolvedName of(Decl decl)
Decl getDecl()
void setDecl(Decl decl)
default <P,R> R accept(ResolvedName.Visitor<P,R> visitor, P par)
default <P,R> R accept(Name.Visitor<P,R> visitor, P par)
default <P,R> R accept(Node.Visitor<P,R> visitor, P par)