protected static interface VariableLengthArgumentsMethodBinder.VarArgsInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstVarArgIndex() |
IOpenClass[] |
getModifiedMethodArguments()
The method is 'returnType foo(type param1, type param2)', but as there is no such method, parameters
should be modified(wrapped) to array for further searching for method 'returnType foo(type[] params)'.
|
IOpenClass |
getVarArgClass()
Returns the component class of var arg expression
|
int getFirstVarArgIndex()
[StringOpenClass, IntOpenClass, IntOpenClass]. The
result value will be 1.IOpenClass[] getModifiedMethodArguments()
IOpenClass getVarArgClass()
Copyright © 2015. All rights reserved.