edu.umd.cs.findbugs.ba
Interface XMethod

All Superinterfaces:
ClassMember, java.lang.Comparable<ClassMember>, java.io.Serializable
All Known Implementing Classes:
AbstractMethod, InstanceMethod, StaticMethod

public interface XMethod
extends ClassMember


Method Summary
 int getNumParams()
           
 boolean isNative()
           
 boolean isSynchronized()
           
 
Methods inherited from interface edu.umd.cs.findbugs.ba.ClassMember
getAccessFlags, getClassName, getName, getSignature, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isNative

boolean isNative()

isSynchronized

boolean isSynchronized()

getNumParams

int getNumParams()