AccessibleEntity
, ClassMember
, XMethod
, AnnotatedObject
, FieldOrMethodName
, java.io.Serializable
, java.lang.Comparable
public abstract class AbstractMethod extends AbstractClassMember implements XMethod
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractMethod(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSig,
java.lang.String bridgeMethodSig,
int accessFlags) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBridgeSignature() |
|
MethodDescriptor |
getMethodDescriptor() |
|
int |
getNumParams() |
|
boolean |
isBridged() |
|
boolean |
isNative() |
|
boolean |
isSynchronized() |
|
java.lang.String |
toString() |
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic
getAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynthetic
getClassDescriptor, getContainingScope, getElementType, isSynthetic
getClassName, getName, getPackageName, getSignature, getSourceSignature, isResolved
getClassDescriptor, isStatic
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotationDescriptors, getAnnotations, getParameterAnnotation, getParameterAnnotationDescriptors, getParameterAnnotations, getThrownExceptions, isAbstract, isReturnTypeReferenceType, isStub, isUnconditionalThrower, isUnsupported, isVarArgs, usesConcurrency
protected AbstractMethod(@DottedClassName java.lang.String className, java.lang.String methodName, java.lang.String methodSig, @CheckForNull java.lang.String bridgeMethodSig, int accessFlags)
public int getNumParams()
getNumParams
in interface XMethod
public boolean isSynchronized()
isSynchronized
in interface XMethod
public java.lang.String toString()
toString
in class AbstractClassMember
public MethodDescriptor getMethodDescriptor()
getMethodDescriptor
in interface XMethod
public final boolean isBridged()
public final java.lang.String getBridgeSignature()
getBridgeSignature
in interface XMethod
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.