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,
java.lang.String bridgeMethodSig,
int accessFlags) |
| Modifier and Type | Method and 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, isStaticclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotationDescriptors, getAnnotations, getParameterAnnotation, getParameterAnnotationDescriptors, getParameterAnnotations, getThrownExceptions, isAbstract, isReturnTypeReferenceType, isStub, isUnconditionalThrower, isUnsupported, isVarArgs, usesConcurrencygetClassName, getName, getPackageName, getSignature, getSourceSignature, isResolvedgetAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isStatic, isSyntheticgetClassDescriptor, isStaticgetClassDescriptor, getContainingScope, getElementType, isSyntheticprotected 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 XMethodpublic boolean isSynchronized()
isSynchronized in interface XMethodpublic java.lang.String toString()
toString in class AbstractClassMemberpublic MethodDescriptor getMethodDescriptor()
getMethodDescriptor in interface XMethodpublic final boolean isBridged()
public final java.lang.String getBridgeSignature()
getBridgeSignature in interface XMethodFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.