edu.umd.cs.findbugs.ba

Class AbstractMethod

public abstract class AbstractMethod extends AbstractClassMember implements XMethod

Constructor Summary
protected AbstractMethod(String className, String methodName, String methodSig, int accessFlags)
Method Summary
intgetNumParams()
booleanisNative()
booleanisSynchronized()

Constructor Detail

AbstractMethod

protected AbstractMethod(String className, String methodName, String methodSig, int accessFlags)

Method Detail

getNumParams

public int getNumParams()

isNative

public boolean isNative()

isSynchronized

public boolean isSynchronized()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.