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