@Beta public interface MethodSignature extends TypeMember
TypeMember.getComment() SHOULD rather return empty string and
 TypeMember.getAnnotations() SHOULD rather return empty list than
 null values. | Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MethodSignature.ParameterThe Parameter interface is designed to hold the information of method
 Parameter(s). | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MethodSignature.Parameter> | getParameters()Returns the List of parameters that method declare. | 
| boolean | isAbstract()Returns  trueif the method signature is defined as abstract. | 
getAccessModifier, getAnnotations, getComment, getDefiningType, getName, getReturnType, isFinal, isStaticboolean isAbstract()
true if the method signature is defined as abstract. true if the method signature is defined as abstract.List<MethodSignature.Parameter> getParameters()
Copyright © 2019 OpenDaylight. All rights reserved.