public interface MethodModel extends ElementModel
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
declaringClass() |
boolean |
isConstructor() |
String |
name()
Get name of the method (simple string).
|
List<VarModel> |
parameters()
Get list of parameter (variable) models.
|
String |
propertyName() |
List<TypeModel> |
typeVariables() |
annotations, isPublic, isStatic, typeString name()
String propertyName()
List<VarModel> parameters()
TypeModel declaringClass()
boolean isConstructor()
Copyright © 2018. All rights reserved.