public class MethodInfo
extends java.lang.Object
| Constructor and Description |
|---|
MethodInfo(java.lang.String declaringClass,
java.lang.String name,
java.lang.String signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Indicates whether an object is equal to this one.
|
java.lang.String |
getDeclaringClass()
Returns the name of the class that declares the method.
|
java.lang.String |
getName()
Returns the method name.
|
java.lang.String |
getSignature()
Returns the method signature.
|
int |
hashCode()
Overrides the basic implementation in
java.lang.Object. |
java.lang.String |
toString()
Returns a
String representation of the object. |
public MethodInfo(java.lang.String declaringClass,
java.lang.String name,
java.lang.String signature)
public java.lang.String getDeclaringClass()
public java.lang.String getName()
public java.lang.String getSignature()
public java.lang.String toString()
String representation of the object.toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
java.lang.Object.hashCode in class java.lang.Object