|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
edu.umd.cs.findbugs.classfile.MethodDescriptor
public class MethodDescriptor
Descriptor uniquely identifying a method in a class.
Constructor Summary | |
---|---|
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. Use MethodDescriptor(String,String,String,String,boolean) instead |
Method Summary | |
---|---|
java.lang.String |
getBridgeSignature()
|
boolean |
isBridged()
|
Methods inherited from class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor |
---|
compareTo, compareTo, equals, getClassDescriptor, getName, getNameSigHashCode, getNameSigHashCode, getSignature, getSlashedClassName, hashCode, isStatic, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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)
MethodDescriptor(String,String,String,String,boolean)
instead
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 otherwiseMethod Detail |
---|
public final boolean isBridged()
public final java.lang.String getBridgeSignature()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |