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