Uses of Class
com.gengoai.reflection.RParameter
-
Packages that use RParameter Package Description com.gengoai.reflection Creation and manipulation of objects via reflection. -
-
Uses of RParameter in com.gengoai.reflection
Methods in com.gengoai.reflection that return RParameter Modifier and Type Method Description RParameter
RExecutable. getParameter(int i)
Gets the ith parameter of the executableMethods in com.gengoai.reflection that return types with arguments of type RParameter Modifier and Type Method Description List<RParameter>
RExecutable. getParameters()
Gets all parameters of this executable.
-