Uses of Class
com.strobel.reflection.MemberInfo
Packages that use MemberInfo
-
Uses of MemberInfo in com.strobel.expressions
Methods in com.strobel.expressions that return MemberInfoMethods in com.strobel.expressions with parameters of type MemberInfoModifier and TypeMethodDescriptionstatic MemberExpressionExpression.makeMemberAccess(Expression target, MemberInfo member) -
Uses of MemberInfo in com.strobel.reflection
Classes in com.strobel.reflection with type parameters of type MemberInfoSubclasses of MemberInfo in com.strobel.reflectionFields in com.strobel.reflection declared as MemberInfoMethods in com.strobel.reflection with type parameters of type MemberInfoMethods in com.strobel.reflection that return MemberInfoModifier and TypeMethodDescriptionTypeBinder.visitMember(Type<?> declaringType, MemberInfo member, TypeBindings bindings) Methods in com.strobel.reflection that return types with arguments of type MemberInfoModifier and TypeMethodDescriptionMemberList<? extends MemberInfo> Type.findMembers(Set<MemberType> memberTypes, Set<BindingFlags> bindingAttr, MemberFilter filter, Object filterCriteria) Methods in com.strobel.reflection with parameters of type MemberInfoModifier and TypeMethodDescriptionbooleanMemberFilter.apply(MemberInfo m, Object filterCriteria) static booleanFlags.isEnum(MemberInfo symbol) booleanFieldInfo.isEquivalentTo(MemberInfo m) booleanMemberInfo.isEquivalentTo(MemberInfo m) booleanMethodBase.isEquivalentTo(MemberInfo m) booleanMethodInfo.isEquivalentTo(MemberInfo m) final booleanType.isEquivalentTo(MemberInfo m) TypeBinder.visitMember(Type<?> declaringType, MemberInfo member, TypeBindings bindings) Constructors in com.strobel.reflection with parameters of type MemberInfoModifierConstructorDescriptionMemberList(Class<T> memberType, T... members) MemberList(Class<T> memberType, T[] members, int offset, int length) MemberResolutionException(MemberInfo member) MemberResolutionException(MemberInfo member, Throwable cause) -
Uses of MemberInfo in com.strobel.reflection.emit
Subclasses of MemberInfo in com.strobel.reflection.emitModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classTypeBuilder<T>