Package com.strobel.reflection
Class MethodBase
java.lang.Object
com.strobel.reflection.MemberInfo
com.strobel.reflection.MethodBase
- All Implemented Interfaces:
AnnotatedElement
- Direct Known Subclasses:
ConstructorInfo,MethodInfo
- Author:
- Mike Strobel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleancontainsGenericParameter(Type<?> genericParameter) abstract SignatureTypebooleanMethods inherited from class com.strobel.reflection.MemberInfo
appendBriefDescription, appendDescription, appendErasedDescription, appendErasedSignature, appendGenericSignature, appendSignature, appendSimpleDescription, emptyAnnotations, equals, getAnnotation, getAnnotations, getAnnotationsByType, getBriefDescription, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getDeclaringType, getDescription, getErasedDescription, getErasedSignature, getMemberType, getModifiers, getName, getReflectedType, getSignature, getSimpleDescription, hashCode, invalidateCaches, isAnnotationPresent, isFinal, isNonPublic, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, toString
-
Constructor Details
-
MethodBase
public MethodBase()
-
-
Method Details
-
getSignatureType
-
getParameters
-
getThrownTypes
-
getCallingConvention
-
containsGenericParameter
-
isEquivalentTo
- Overrides:
isEquivalentToin classMemberInfo
-