Uses of Class
spoon.support.visitor.java.reflect.RtMethod
Packages that use RtMethod
-
Uses of RtMethod in spoon.support.visitor.java
Methods in spoon.support.visitor.java with parameters of type RtMethodModifier and TypeMethodDescriptionvoid
JavaReflectionTreeBuilder.visitMethod(RtMethod method, Annotation parent)
-
Uses of RtMethod in spoon.support.visitor.java.reflect
Methods in spoon.support.visitor.java.reflect that return RtMethodModifier and TypeMethodDescriptionstatic RtMethod
static <T> RtMethod[]
static <T> RtMethod[]
RtMethod.sameMethodsWithDifferentTypeOf(Class<T> klass, List<RtMethod> comparedMethods)
Returns the methods of `klass` that have the same signature (according to runtime reflection) but a different return type of at least one of the methods in `comparedMethods` given as parameter.Methods in spoon.support.visitor.java.reflect with parameters of type RtMethodModifier and TypeMethodDescriptionstatic RtParameter[]
RtParameter.parametersOf(RtMethod method)
Get parameters in a method to spoon parameters.Method parameters in spoon.support.visitor.java.reflect with type arguments of type RtMethodModifier and TypeMethodDescriptionstatic <T> RtMethod[]
RtMethod.sameMethodsWithDifferentTypeOf(Class<T> klass, List<RtMethod> comparedMethods)
Returns the methods of `klass` that have the same signature (according to runtime reflection) but a different return type of at least one of the methods in `comparedMethods` given as parameter.Constructors in spoon.support.visitor.java.reflect with parameters of type RtMethodModifierConstructorDescriptionRtParameter(String name, Class<?> type, Type genericType, RtMethod method, Constructor constructor, int index)