All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
default <P,R> R |
accept(Decl.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(ParameterDecl.Visitor<P,R> visitor,
P par) |
java.lang.String |
getName() |
MethodDecl |
getOwner() |
Type |
getType() |
static ParameterDecl |
of(MethodDecl owner,
java.lang.String name,
Type type) |
void |
setName(java.lang.String name) |
void |
setOwner(MethodDecl owner) |
void |
setType(Type type) |