|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quartercode.quarterbukkit.api.thread.PreparedMethod
public class PreparedMethod
Class for representing an invoke-ready method.
Constructor Summary | |
---|---|
PreparedMethod(java.lang.reflect.Method method,
java.lang.Object object,
java.lang.Object... parameters)
Creates an invoke-ready method. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.reflect.Method |
getMethod()
Returns the reflection- Method . |
java.lang.Object |
getObject()
Returns the call Object . |
java.lang.Object[] |
getParameters()
Returns the call parameters as an Object -array. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PreparedMethod(java.lang.reflect.Method method, java.lang.Object object, java.lang.Object... parameters)
method
- The reflection-Method
.object
- The call Object
(null for static access).parameters
- The call parameters as an Object
-array.Method Detail |
---|
public java.lang.reflect.Method getMethod()
Method
.
Method
.public java.lang.Object getObject()
Object
.
Object
.public java.lang.Object[] getParameters()
Object
-array.
Object
-array.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |