Uses of Class
com.strobel.reflection.MethodList
Packages that use MethodList
-
Uses of MethodList in com.strobel.reflection
Fields in com.strobel.reflection declared as MethodListModifier and TypeFieldDescriptionprivate final MethodListArrayType._methodsprivate MethodListErasedType._methodsprivate MethodListGenericType._methodsprivate MethodListRuntimeType._methodsprivate static final MethodListMethodList.EMPTYMethods in com.strobel.reflection that return MethodListModifier and TypeMethodDescriptionstatic MethodListMethodList.combine(MethodList first, MethodList second) static MethodListMethodList.empty()protected MethodListArrayType.getDeclaredMethods()protected MethodListErasedType.getDeclaredMethods()protected MethodListGenericType.getDeclaredMethods()protected MethodListReflectedType.getDeclaredMethods()protected MethodListRuntimeType.getDeclaredMethods()protected MethodListType.getDeclaredMethods()PrimitiveType.getMethods(Set<BindingFlags> bindingFlags, CallingConvention callingConvention) 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
Fields in com.strobel.reflection.emit declared as MethodListModifier and TypeFieldDescriptionprivate final MethodListAnnotationBuilder._attributesprivate MethodListTypeBuilder._methodsMethods in com.strobel.reflection.emit that return MethodListModifier and TypeMethodDescriptionAnnotationBuilder.getAttributes()protected MethodListGenericParameterBuilder.getDeclaredMethods()protected MethodListTypeBuilderInstantiation.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 TypeMethodDescriptionprivate static <A extends Annotation>
voidAnnotationBuilder.checkProperties(Type<A> annotationType, MethodList properties, ReadOnlyList<Object> values) static <A extends Annotation>
AnnotationBuilder<A> AnnotationBuilder.create(Type<A> annotationType, MethodList properties, ReadOnlyList<Object> values) Constructors in com.strobel.reflection.emit with parameters of type MethodListModifierConstructorDescriptionprivateAnnotationBuilder(Type<A> annotationType, MethodList attributes, ReadOnlyList<Object> values)