public class MethodModel extends AbstractModel<javax.lang.model.element.ExecutableElement>
TypeModel
Constructor and Description |
---|
MethodModel(ProcessingContext ctx,
Creates a new instance of MethodModel.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ParameterModel> |
getParameters() |
java.lang.String |
getReturnType() |
boolean |
isAsyncCall() |
boolean |
isReturnTypeVoid() |
equals, getContext, getElement, getSimpleName, hashCode
ctx
- The current processing context.element
- The element to be encapsulated by this model.