edu.umd.cs.findbugs.classfile
public class MethodDescriptor extends FieldOrMethodDescriptor implements Comparable<MethodDescriptor>
| Constructor Summary | |
|---|---|
| MethodDescriptor(String className, String methodName, String methodSignature, boolean isStatic)
Constructor.
| |
| Method Summary | |
|---|---|
| int | compareTo(MethodDescriptor o) |
Parameters: className name of the class containing the method, in VM format (e.g., "java/lang/String") methodName name of the method methodSignature signature of the method isStatic true if method is static, false otherwise