public class MethodInfo
extends java.lang.Object
| Constructor and Description |
|---|
MethodInfo(int classId,
int methodId)
Create a new MethodInfo with the given values
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Check if if the given object is equals to this MethodInfo
|
int |
getClassId()
Get the class unique identifier stored in this object
|
int |
getMethodId()
Get the method unique identifier stored in this object
|
int |
hashCode() |
java.lang.String |
toString() |
public MethodInfo(int classId,
int methodId)
classId - The class unique identifiermethodId - The method unique identifierpublic int getMethodId()
public int getClassId()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The object to compare withpublic java.lang.String toString()
toString in class java.lang.Object