Uses of Class
com.gengoai.reflection.RExecutable
-
Packages that use RExecutable Package Description com.gengoai.reflection Creation and manipulation of objects via reflection. -
-
Uses of RExecutable in com.gengoai.reflection
Classes in com.gengoai.reflection with type parameters of type RExecutable Modifier and Type Class Description class
RExecutable<T extends Executable,V extends RExecutable>
Base class for Executable objects (Methods and Constructors)Subclasses of RExecutable in com.gengoai.reflection Modifier and Type Class Description class
RConstructor
Wraps a Constructor allowing easy access to parameters and the ability to create new instances of an object.class
RMethod
Wraps a Method allowing easy access to parameters and the ability to invoke the method.Methods in com.gengoai.reflection with type parameters of type RExecutable Modifier and Type Method Description <T extends RExecutable<?,T>>
TRParameter. owner()
Gets the executable that this parameter belongs to
-