| Constructor and Description |
|---|
MethodDeclaration(String returnType,
String name,
List<Field> parameters) |
MethodDeclaration(String returnType,
String name,
List<Field> parameters,
List<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getAnnotations() |
Optional<String> |
getBody() |
String |
getJavadoc() |
List<Modifier> |
getModifiers() |
String |
getName() |
List<Field> |
getParameters() |
String |
getReturnType() |
List<String> |
getThrowsExceptions() |
Optional<Modifier> |
getVisibility() |
void |
setJavadoc(String javadoc) |
String |
toString() |
public List<Annotation> getAnnotations()
getAnnotations in interface Methodpublic List<String> getThrowsExceptions()
getThrowsExceptions in interface Methodpublic String getJavadoc()
getJavadoc in interface Methodpublic void setJavadoc(String javadoc)
public Optional<Modifier> getVisibility()
getVisibility in interface Methodpublic String getReturnType()
getReturnType in interface Methodpublic List<Field> getParameters()
getParameters in interface Methodpublic List<Modifier> getModifiers()
getModifiers in interface MethodCopyright © 2017 OpenDaylight. All rights reserved.