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, isStaticclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAnnotation, addParameterAnnotation, bridgeFrom, bridgeTo, getAccessMethodForField, getAccessMethodForMethod, getAnnotation, getAnnotationDescriptors, getAnnotations, getParameterAnnotation, getParameterAnnotationDescriptors, getParameterAnnotations, getThrownExceptions, hasParameterAnnotations, isAbstract, isIdentity, isReturnTypeReferenceType, isStub, isUnconditionalThrower, isUnsupported, isVarArgs, isVariableSynthetic, usesConcurrency, usesInvokeDynamicgetClassName, 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, int accessFlags)
public int getNumParams()
getNumParams in interface XMethodpublic boolean isSynchronized()
isSynchronized in interface XMethodpublic boolean isBridge()
XMethodpublic java.lang.String toString()
toString in class AbstractClassMemberpublic MethodDescriptor getMethodDescriptor()
getMethodDescriptor in interface XMethodpublic XMethod resolveAccessMethodForMethod()
resolveAccessMethodForMethod in interface XMethodFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.