@JavaDispatcher.Proxied(value="java.lang.reflect.Executable") protected static interface ParameterList.ForLoadedExecutable.Executable
java.lang.reflect.Executable's parameters.| Modifier and Type | Method and Description |
|---|---|
int |
getParameterCount(Object executable)
Returns the amount of parameters of a given executable..
|
Object[] |
getParameters(Object value)
Returns the parameters of an executable.
|
int getParameterCount(Object executable)
executable - The executable for which the amount of parameters should be found.Copyright © 2014–2021. All rights reserved.