|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.reflection.pairs.MethodParameterPair
public final class MethodParameterPair
Hold a pair of method and parameter to invoke
Constructor Summary | |
---|---|
MethodParameterPair(Method method,
Object[] parameters)
constructor of the pair Object |
Method Summary | |
---|---|
Method |
getMethod()
returns the Method |
Object[] |
getParameters()
returns the Parameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodParameterPair(Method method, Object[] parameters)
method
- parameters
- Method Detail |
---|
public Method getMethod()
public Object[] getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |