Uses of Class
com.strobel.reflection.FieldInfo
-
Packages that use FieldInfo Package Description com.strobel.expressions com.strobel.reflection com.strobel.reflection.emit -
-
Uses of FieldInfo in com.strobel.expressions
Fields in com.strobel.expressions declared as FieldInfo Modifier and Type Field Description private FieldInfoCompilerScope.ElementBoxStorage. _boxValueFieldprivate FieldInfoCompilerScope.LocalBoxStorage. _boxValueFieldprivate FieldInfoFieldExpression. _fieldprivate static FieldInfoCompilerScope. ClosureLocalsFieldMethods in com.strobel.expressions that return FieldInfo Modifier and Type Method Description private static FieldInfoExpression. findField(Type<?> declaringType, java.lang.String fieldName, java.util.Set<BindingFlags> flags)FieldInfoFieldExpression. getMember()Methods in com.strobel.expressions with parameters of type FieldInfo Modifier and Type Method Description static MemberExpressionExpression. field(Expression target, FieldInfo field)static MemberExpressionExpression. field(FieldInfo field)static java.lang.IllegalStateExceptionError. targetInvalidForStaticFieldAccess(FieldInfo field)static java.lang.IllegalStateExceptionError. targetRequiredForNonStaticFieldAccess(FieldInfo field)Constructors in com.strobel.expressions with parameters of type FieldInfo Constructor Description FieldExpression(Expression target, FieldInfo field) -
Uses of FieldInfo in com.strobel.reflection
Subclasses of FieldInfo in com.strobel.reflection Modifier and Type Class Description (package private) classErasedField(package private) classReflectedField(package private) classRuntimeFieldInfoFields in com.strobel.reflection declared as FieldInfo Modifier and Type Field Description private FieldInfoErasedField. _baseFieldprotected static FieldInfo[]Type. EmptyFieldsMethods in com.strobel.reflection that return FieldInfo Modifier and Type Method Description (package private) FieldInfoRuntimeTypeCache.MemberInfoCache. addField(FieldInfo field)FieldInfoPrimitiveType. getField(java.lang.String name, java.util.Set<BindingFlags> bindingFlags)(package private) FieldInfoRuntimeTypeCache. getField(FieldInfo field)FieldInfoType. getField(java.lang.String name)FieldInfoType. getField(java.lang.String name, java.util.Set<BindingFlags> bindingFlags)private FieldInfo[]Type. getFieldCandidates(java.lang.String name, java.util.Set<BindingFlags> bindingFlags, boolean allowPrefixLookup)FieldInfoTypeBinder. visitField(Type<?> declaringType, FieldInfo field, TypeBindings bindings)FieldInfoTypeEraser. visitField(Type<?> declaringType, FieldInfo field, TypeBindings bindings)Methods in com.strobel.reflection with parameters of type FieldInfo Modifier and Type Method Description (package private) FieldInfoRuntimeTypeCache.MemberInfoCache. addField(FieldInfo field)(package private) FieldInfoRuntimeTypeCache. getField(FieldInfo field)static java.lang.RuntimeExceptionError. rawFieldBindingFailure(FieldInfo field)FieldInfoTypeBinder. visitField(Type<?> declaringType, FieldInfo field, TypeBindings bindings)FieldInfoTypeEraser. visitField(Type<?> declaringType, FieldInfo field, TypeBindings bindings)Constructors in com.strobel.reflection with parameters of type FieldInfo Constructor Description ErasedField(FieldInfo baseField, Type<?> declaringType, Type<?> fieldType)FieldList(FieldInfo... elements)FieldList(FieldInfo[] elements, int offset, int length)Constructor parameters in com.strobel.reflection with type arguments of type FieldInfo Constructor Description FieldList(java.util.List<? extends FieldInfo> elements) -
Uses of FieldInfo in com.strobel.reflection.emit
Subclasses of FieldInfo in com.strobel.reflection.emit Modifier and Type Class Description classFieldBuilderFields in com.strobel.reflection.emit declared as FieldInfo Modifier and Type Field Description (package private) FieldInfoFieldBuilder. generatedFieldMethods in com.strobel.reflection.emit that return FieldInfo Modifier and Type Method Description (package private) FieldInfoFieldBuilder. getCreatedField()FieldInfoGenericParameterBuilder. getField(java.lang.String name, java.util.Set<BindingFlags> bindingFlags)FieldInfoTypeBuilder. getField(java.lang.String name, java.util.Set<BindingFlags> bindingFlags)Methods in com.strobel.reflection.emit with parameters of type FieldInfo Modifier and Type Method Description voidCodeGenerator. emit(OpCode opCode, FieldInfo field)voidCodeGenerator. getField(FieldInfo field)ConstantPool.FieldReferenceConstantPool. getFieldReference(FieldInfo field)(package private) shortTypeBuilder. getFieldToken(FieldInfo field)voidCodeGenerator. putField(FieldInfo field)static voidVerifier. verify(FieldInfo field, MethodBuilder scope)java.lang.VoidVerifier.GenericParameterScopeVerifier. visit(FieldInfo field, MemberInfo scope)
-