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 MethodList
ArrayType._methods
private MethodList
ErasedType._methods
private MethodList
GenericType._methods
private MethodList
RuntimeType._methods
private static final MethodList
MethodList.EMPTY
Methods in com.strobel.reflection that return MethodListModifier and TypeMethodDescriptionstatic MethodList
MethodList.combine
(MethodList first, MethodList second) static MethodList
MethodList.empty()
protected MethodList
ArrayType.getDeclaredMethods()
protected MethodList
ErasedType.getDeclaredMethods()
protected MethodList
GenericType.getDeclaredMethods()
protected MethodList
ReflectedType.getDeclaredMethods()
protected MethodList
RuntimeType.getDeclaredMethods()
protected MethodList
Type.getDeclaredMethods()
PrimitiveType.getMethods
(Set<BindingFlags> bindingFlags, CallingConvention callingConvention) final MethodList
Type.getMethods()
final MethodList
Type.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 MethodList
MethodList.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 MethodList
AnnotationBuilder._attributes
private MethodList
TypeBuilder._methods
Methods in com.strobel.reflection.emit that return MethodListModifier and TypeMethodDescriptionAnnotationBuilder.getAttributes()
protected MethodList
GenericParameterBuilder.getDeclaredMethods()
protected MethodList
TypeBuilderInstantiation.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 MethodListModifierConstructorDescriptionprivate
AnnotationBuilder
(Type<A> annotationType, MethodList attributes, ReadOnlyList<Object> values)