public abstract class AbstractMethod extends AbstractClassMember implements XMethod
Modifier | Constructor and Description |
---|---|
protected |
AbstractMethod(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSig,
int accessFlags) |
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
getMethodDescriptor() |
int |
getNumParams() |
boolean |
isBridge()
Is this a bridge method?
|
boolean |
isNative() |
boolean |
isSynchronized() |
XMethod |
resolveAccessMethodForMethod() |
java.lang.String |
toString() |
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAnnotation, addParameterAnnotation, bridgeFrom, bridgeTo, getAccessMethodForField, getAccessMethodForMethod, getAnnotation, getAnnotationDescriptors, getAnnotations, getParameterAnnotation, getParameterAnnotationDescriptors, getParameterAnnotations, getThrownExceptions, hasParameterAnnotations, isAbstract, isIdentity, isReturnTypeReferenceType, isStub, isUnconditionalThrower, isUnsupported, isVarArgs, isVariableSynthetic, usesConcurrency, usesInvokeDynamic
getClassName, getName, getPackageName, getSignature, getSourceSignature, isResolved
getAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynthetic
getClassDescriptor, isStatic
getClassDescriptor, getContainingScope, getElementType, isSynthetic
protected AbstractMethod(@DottedClassName java.lang.String className, java.lang.String methodName, java.lang.String methodSig, int accessFlags)
public int getNumParams()
getNumParams
in interface XMethod
public boolean isSynchronized()
isSynchronized
in interface XMethod
public boolean isBridge()
XMethod
public java.lang.String toString()
toString
in class AbstractClassMember
public MethodDescriptor getMethodDescriptor()
getMethodDescriptor
in interface XMethod
public XMethod resolveAccessMethodForMethod()
resolveAccessMethodForMethod
in interface XMethod
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.