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
-
Field Summary
Fields inherited from class com.strobel.reflection.MemberInfo
EMPTY_ANNOTATIONS, ENUM_MODIFIER, VARARGS_MODIFIER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
containsGenericParameter
(Type<?> genericParameter) abstract SignatureType
boolean
Methods 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:
isEquivalentTo
in classMemberInfo
-