Uses of Class
com.strobel.reflection.MethodList
Packages that use MethodList
-
Uses of MethodList in com.strobel.reflection
Methods in com.strobel.reflection that return MethodListModifier and TypeMethodDescriptionstatic MethodListMethodList.combine(MethodList first, MethodList second) static MethodListMethodList.empty()protected MethodListType.getDeclaredMethods()final MethodListType.getMethods()final MethodListType.getMethods(Set<BindingFlags> bindingFlags) Type.getMethods(Set<BindingFlags> bindingFlags, CallingConvention callingConvention) MethodList.subList(int fromIndex, int toIndex) TypeBinder.visit(Type<?> declaringType, MethodList methods, TypeBindings bindings) Methods in com.strobel.reflection with parameters of type MethodListModifier and TypeMethodDescriptionstatic MethodListMethodList.combine(MethodList first, MethodList second) TypeBinder.visit(Type<?> declaringType, MethodList methods, TypeBindings bindings) -
Uses of MethodList in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit that return MethodListModifier and TypeMethodDescriptionAnnotationBuilder.getAttributes()protected MethodListGenericParameterBuilder.getDeclaredMethods()GenericParameterBuilder.getMethods(Set<BindingFlags> bindingFlags, CallingConvention callingConvention) TypeBuilder.getMethods(Set<BindingFlags> bindingFlags, CallingConvention callingConvention) Methods in com.strobel.reflection.emit with parameters of type MethodListModifier and TypeMethodDescriptionstatic <A extends Annotation>
AnnotationBuilder<A> AnnotationBuilder.create(Type<A> annotationType, MethodList properties, ReadOnlyList<Object> values)