@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.
|
boolean |
isInstance(Object value)
Checks if the supplied instance is a
java.lang.reflect.Executable . |
@JavaDispatcher.Instance boolean isInstance(Object value)
java.lang.reflect.Executable
.value
- The value to check for being a java.lang.reflect.Executable
.true
if the supplied instance is a java.lang.reflect.Executable
.int getParameterCount(Object executable)
executable
- The executable for which the amount of parameters should be found.Copyright © 2014–2024. All rights reserved.