|
FindBugs™ 1.3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.AbstractClassMember
edu.umd.cs.findbugs.ba.AbstractMethod
edu.umd.cs.findbugs.ba.InstanceMethod
public abstract class InstanceMethod
Constructor Summary | |
---|---|
InstanceMethod(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 |
---|
public InstanceMethod(@DottedClassName java.lang.String className, java.lang.String methodName, java.lang.String methodSig, int accessFlags)
Method Detail |
---|
public boolean isStatic()
AccessibleEntity
isStatic
in interface AccessibleEntity
isStatic
in interface FieldOrMethodName
isStatic
in class AbstractClassMember
|
FindBugs™ 1.3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |