edu.umd.cs.findbugs.classfile
public abstract class FieldOrMethodDescriptor extends Object
Constructor Summary | |
---|---|
FieldOrMethodDescriptor(String className, String name, String signature, boolean isStatic) |
Method Summary | |
---|---|
protected int | compareTo(FieldOrMethodDescriptor o) |
String | getClassName() |
String | getName() |
String | getSignature() |
boolean | isStatic() |
Returns: Returns the class name
Returns: Returns the method name
Returns: Returns the method signature
Returns: Returns true if method is static, false if not