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 MemberInfo
EMPTY_ANNOTATIONS, ENUM_MODIFIER, VARARGS_MODIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleancontainsGenericParameter(Type<?> genericParameter) abstract SignatureTypebooleanMethods inherited from class 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
-