public class AbstractMethod extends Object
| Constructor and Description |
|---|
AbstractMethod(String name,
List<Annotation> annotations,
List<Argument> arguments,
Map<String,List<Annotation>> parameterAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
annotations() |
Iterable<Argument> |
arguments() |
String |
name() |
protected final String name
public AbstractMethod(String name, List<Annotation> annotations, List<Argument> arguments, Map<String,List<Annotation>> parameterAnnotations)
public List<Annotation> annotations()
public String name()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.