edu.umd.cs.findbugs.classfile

Class MethodDescriptor

public class MethodDescriptor extends FieldOrMethodDescriptor implements Comparable<MethodDescriptor>

Descriptor uniquely identifying a method in a class.

Author: David Hovemeyer

Constructor Summary
MethodDescriptor(String className, String methodName, String methodSignature, boolean isStatic)
Constructor.
Method Summary
intcompareTo(MethodDescriptor o)

Constructor Detail

MethodDescriptor

public MethodDescriptor(String className, String methodName, String methodSignature, boolean isStatic)
Constructor.

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

Method Detail

compareTo

public int compareTo(MethodDescriptor o)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.