FindBugs™ 1.3.4

edu.umd.cs.findbugs.ba
Class StaticMethod

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.AbstractClassMember
      extended by edu.umd.cs.findbugs.ba.AbstractMethod
          extended by edu.umd.cs.findbugs.ba.StaticMethod
All Implemented Interfaces:
AccessibleEntity, ClassMember, XMethod, AnnotatedObject, FieldOrMethodName, java.io.Serializable, java.lang.Comparable

public abstract class StaticMethod
extends AbstractMethod

See Also:
Serialized Form

Constructor Summary
StaticMethod(java.lang.String className, java.lang.String methodName, java.lang.String methodSig, int accessFlags)
           
 
Method Summary
 boolean isStatic()
          Is the entity static?
 
Methods inherited from class edu.umd.cs.findbugs.ba.AbstractMethod
getMethodDescriptor, getNumParams, isNative, isSynchronized, toString
 
Methods inherited from class edu.umd.cs.findbugs.ba.AbstractClassMember
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.umd.cs.findbugs.ba.XMethod
getAnnotation, getAnnotationDescriptors, getAnnotations, getParameterAnnotation, getParameterAnnotationDescriptors, getParameterAnnotations, getThrownExceptions, isAbstract, isReturnTypeReferenceType, isUnconditionalThrower
 
Methods inherited from interface edu.umd.cs.findbugs.ba.ClassMember
getClassName, getName, getPackageName, getSignature, isResolved
 
Methods inherited from interface edu.umd.cs.findbugs.ba.AccessibleEntity
getAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isSynthetic
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface edu.umd.cs.findbugs.classfile.FieldOrMethodName
getClassDescriptor
 
Methods inherited from interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
getClassDescriptor, getContainingScope, getElementType
 

Constructor Detail

StaticMethod

public StaticMethod(@DottedClassName
                    java.lang.String className,
                    java.lang.String methodName,
                    java.lang.String methodSig,
                    int accessFlags)
Method Detail

isStatic

public boolean isStatic()
Description copied from interface: AccessibleEntity
Is the entity static?

Specified by:
isStatic in interface AccessibleEntity
Specified by:
isStatic in interface FieldOrMethodName
Overrides:
isStatic in class AbstractClassMember
Returns:
Returns true if field/method is static, false if not

FindBugs™ 1.3.4

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.