Interface MethodReader
- All Superinterfaces:
ElementReader, MemberReader
- All Known Implementing Classes:
MethodHolder
-
Method Summary
Modifier and TypeMethodDescriptionintgenericParameterType(int index) parameterAnnotation(int index) intparameterType(int index) Methods inherited from interface ElementReader
getAnnotations, getLevel, getName, hasModifier, readModifiersMethods inherited from interface MemberReader
getOwnerName
-
Method Details
-
getResultType
ValueType getResultType() -
getTypeParameters
GenericTypeParameter[] getTypeParameters() -
getGenericResultType
GenericValueType getGenericResultType() -
parameterCount
int parameterCount() -
getSignature
ValueType[] getSignature() -
parameterType
-
genericParameterCount
int genericParameterCount() -
genericParameterType
-
getParameterTypes
ValueType[] getParameterTypes() -
parameterAnnotation
-
getParameterAnnotations
AnnotationContainerReader[] getParameterAnnotations() -
getDescriptor
MethodDescriptor getDescriptor() -
getReference
MethodReference getReference() -
getProgram
ProgramReader getProgram() -
getAnnotationDefault
AnnotationValue getAnnotationDefault()
-