Package com.mebigfatguy.fbcontrib.utils
Class QMethod
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.utils.QMethod
-
public final class QMethod extends java.lang.Object
holds information about a method without regard to what class it is in
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
methodName
private java.lang.String
signature
-
Constructor Summary
Constructors Constructor Description QMethod(java.lang.String methodName, java.lang.String signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getMethodName()
java.lang.String
getSignature()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getMethodName
public java.lang.String getMethodName()
-
getSignature
public java.lang.String getSignature()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-