FieldOrMethodName
, java.lang.Comparable
MethodInfo
public class MethodDescriptor extends FieldOrMethodDescriptor
Constructor | Description |
---|---|
MethodDescriptor(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSignature,
boolean isStatic) |
Constructor.
|
MethodDescriptor(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSignature,
java.lang.String bridgeMethodSignature,
boolean isStatic) |
Constructor.
|
MethodDescriptor(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSignature,
java.lang.String bridgeMethodSignature,
boolean isStatic,
boolean isBridged) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBridgeSignature() |
|
boolean |
isBridged() |
compareTo, compareTo, equals, getClassDescriptor, getName, getNameSigHashCode, getNameSigHashCode, getSignature, getSlashedClassName, hashCode, isStatic, toString
public MethodDescriptor(@SlashedClassName java.lang.String className, java.lang.String methodName, java.lang.String methodSignature, boolean isStatic)
className
- name of the class containing the method, in VM format (e.g., "java/lang/String")methodName
- name of the methodmethodSignature
- signature of the methodisStatic
- true if method is static, false otherwisepublic MethodDescriptor(@SlashedClassName java.lang.String className, java.lang.String methodName, java.lang.String methodSignature, @CheckForNull java.lang.String bridgeMethodSignature, boolean isStatic, boolean isBridged)
className
- name of the class containing the method, in VM format (e.g., "java/lang/String")methodName
- name of the methodmethodSignature
- signature of the methodbridgeMethodSignature
- the bridge method signature or nullisStatic
- true if method is static, false otherwiseisBridged
- true if method is bridged, false otherwisepublic MethodDescriptor(@SlashedClassName java.lang.String className, java.lang.String methodName, java.lang.String methodSignature, @CheckForNull java.lang.String bridgeMethodSignature, boolean isStatic)
className
- name of the class containing the method, in VM format (e.g., "java/lang/String")methodName
- name of the methodmethodSignature
- signature of the methodbridgeMethodSignature
- the bridge method signature or nullisStatic
- true if method is static, false otherwiseFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.