Uses of Class
com.strobel.reflection.FieldList
Packages that use FieldList
-
Uses of FieldList in com.strobel.reflection
Fields in com.strobel.reflection declared as FieldListModifier and TypeFieldDescriptionprivate final FieldListArrayType._fieldsprivate FieldListErasedType._fieldsprivate FieldListGenericType._fieldsprivate FieldListRuntimeType._fieldsprivate static final FieldListFieldList.EMPTYMethods in com.strobel.reflection that return FieldListModifier and TypeMethodDescriptionstatic FieldListFieldList.empty()ArrayType.getDeclaredFields()protected FieldListErasedType.getDeclaredFields()protected FieldListGenericType.getDeclaredFields()protected FieldListReflectedType.getDeclaredFields()protected FieldListRuntimeType.getDeclaredFields()protected FieldListType.getDeclaredFields()PrimitiveType.getFields(Set<BindingFlags> bindingFlags) final FieldListType.getFields()Type.getFields(Set<BindingFlags> bindingFlags) FieldList.subList(int fromIndex, int toIndex) TypeBinder.visit(Type<?> declaringType, FieldList fields, TypeBindings bindings) Methods in com.strobel.reflection with parameters of type FieldListModifier and TypeMethodDescriptionprivate voidRuntimeTypeCache.MemberInfoCache.populateRuntimeFields(RuntimeTypeCache.Filter filter, FieldList declaredFields, Type<?> declaringType, ArrayList<RuntimeFieldInfo> list) TypeBinder.visit(Type<?> declaringType, FieldList fields, TypeBindings bindings) -
Uses of FieldList in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as FieldListMethods in com.strobel.reflection.emit that return FieldListModifier and TypeMethodDescriptionprotected FieldListGenericParameterBuilder.getDeclaredFields()protected FieldListTypeBuilderInstantiation.getDeclaredFields()GenericParameterBuilder.getFields(Set<BindingFlags> bindingFlags) TypeBuilder.getFields(Set<BindingFlags> bindingFlags)