Uses of Interface
org.jf.dexlib2.iface.reference.FieldReference
Packages that use FieldReference
Package
Description
-
Uses of FieldReference in org.jf.baksmali.formatter
Methods in org.jf.baksmali.formatter with parameters of type FieldReferenceModifier and TypeMethodDescriptionvoidBaksmaliWriter.writeFieldDescriptor(FieldReference fieldReference) -
Uses of FieldReference in org.jf.dexlib2.analysis
Fields in org.jf.dexlib2.analysis with type parameters of type FieldReferenceModifier and TypeFieldDescriptionprivate final com.google.common.base.Supplier<SparseArray<FieldReference>> ClassProto.artInstanceFieldsSupplierprivate final com.google.common.base.Supplier<SparseArray<FieldReference>> ClassProto.dalvikInstanceFieldsSupplierMethods in org.jf.dexlib2.analysis that return FieldReferenceModifier and TypeMethodDescriptionArrayProto.getFieldByOffset(int fieldOffset) ClassProto.getFieldByOffset(int fieldOffset) PrimitiveProto.getFieldByOffset(int fieldOffset) TypeProto.getFieldByOffset(int fieldOffset) UnknownClassProto.getFieldByOffset(int fieldOffset) Methods in org.jf.dexlib2.analysis that return types with arguments of type FieldReferenceMethods in org.jf.dexlib2.analysis with parameters of type FieldReferenceModifier and TypeMethodDescriptionprivate static byteClassProto.getFieldType(FieldReference field) -
Uses of FieldReference in org.jf.dexlib2.analysis.reflection
Classes in org.jf.dexlib2.analysis.reflection that implement FieldReference -
Uses of FieldReference in org.jf.dexlib2.base.reference
Classes in org.jf.dexlib2.base.reference that implement FieldReferenceMethods in org.jf.dexlib2.base.reference with parameters of type FieldReference -
Uses of FieldReference in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement FieldReference -
Uses of FieldReference in org.jf.dexlib2.dexbacked.reference
Classes in org.jf.dexlib2.dexbacked.reference that implement FieldReference -
Uses of FieldReference in org.jf.dexlib2.dexbacked.value
Methods in org.jf.dexlib2.dexbacked.value that return FieldReference -
Uses of FieldReference in org.jf.dexlib2.formatter
Methods in org.jf.dexlib2.formatter with parameters of type FieldReferenceModifier and TypeMethodDescriptionDexFormatter.getFieldDescriptor(FieldReference fieldReference) DexFormatter.getShortFieldDescriptor(FieldReference fieldReference) voidDexFormattedWriter.writeFieldDescriptor(FieldReference fieldReference) Write the field descriptor for the givenFieldReference.voidDexFormattedWriter.writeShortFieldDescriptor(FieldReference fieldReference) Write the short field descriptor for the givenFieldReference. -
Uses of FieldReference in org.jf.dexlib2.iface
Subinterfaces of FieldReference in org.jf.dexlib2.ifaceModifier and TypeInterfaceDescriptioninterfaceThis class represents a specific field definition in a class. -
Uses of FieldReference in org.jf.dexlib2.iface.reference
Methods in org.jf.dexlib2.iface.reference with parameters of type FieldReferenceModifier and TypeMethodDescriptionintFieldReference.compareTo(FieldReference o) Compare this FieldReference to another FieldReference. -
Uses of FieldReference in org.jf.dexlib2.iface.value
Methods in org.jf.dexlib2.iface.value that return FieldReference -
Uses of FieldReference in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement FieldReference -
Uses of FieldReference in org.jf.dexlib2.immutable.reference
Classes in org.jf.dexlib2.immutable.reference that implement FieldReferenceMethods in org.jf.dexlib2.immutable.reference with parameters of type FieldReferenceModifier and TypeMethodDescriptionstatic ImmutableFieldReferenceImmutableFieldReference.of(FieldReference fieldReference) -
Uses of FieldReference in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement FieldReferenceModifier and TypeClassDescriptionprotected classprotected classFields in org.jf.dexlib2.rewriter declared as FieldReferenceModifier and TypeFieldDescriptionprotected FieldReferenceFieldReferenceRewriter.RewrittenFieldReference.fieldReferenceFields in org.jf.dexlib2.rewriter with type parameters of type FieldReferenceModifier and TypeFieldDescriptionprivate final Rewriter<FieldReference> DexRewriter.fieldReferenceRewriterMethods in org.jf.dexlib2.rewriter that return FieldReferenceModifier and TypeMethodDescriptionEncodedValueRewriter.RewrittenEnumEncodedValue.getValue()EncodedValueRewriter.RewrittenFieldEncodedValue.getValue()FieldReferenceRewriter.rewrite(FieldReference fieldReference) Methods in org.jf.dexlib2.rewriter that return types with arguments of type FieldReferenceModifier and TypeMethodDescriptionDexRewriter.getFieldReferenceRewriter()RewriterModule.getFieldReferenceRewriter(Rewriters rewriters) Rewriters.getFieldReferenceRewriter()Methods in org.jf.dexlib2.rewriter with parameters of type FieldReferenceConstructors in org.jf.dexlib2.rewriter with parameters of type FieldReference -
Uses of FieldReference in org.jf.dexlib2.util
Methods in org.jf.dexlib2.util with parameters of type FieldReferenceModifier and TypeMethodDescriptionstatic StringReferenceUtil.getFieldDescriptor(FieldReference fieldReference) Deprecated.static StringReferenceUtil.getFieldDescriptor(FieldReference fieldReference, boolean useImplicitReference) Deprecated.static StringReferenceUtil.getShortFieldDescriptor(FieldReference fieldReference) Deprecated.static voidReferenceUtil.writeFieldDescriptor(Writer writer, FieldReference fieldReference) Deprecated.static voidReferenceUtil.writeFieldDescriptor(Writer writer, FieldReference fieldReference, boolean implicitReference) Deprecated. -
Uses of FieldReference in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type FieldReferenceModifier and TypeClassDescriptionclassDexWriter<StringKey extends CharSequence,StringRef extends StringReference, TypeKey extends CharSequence, TypeRef extends TypeReference, ProtoRefKey extends MethodProtoReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ClassKey extends Comparable<? super ClassKey>, CallSiteKey extends CallSiteReference, MethodHandleKey extends MethodHandleReference, AnnotationKey extends Annotation, AnnotationSetKey, TypeListKey, FieldKey, MethodKey, EncodedArrayKey, EncodedValue, AnnotationElement extends AnnotationElement, StringSectionType extends StringSection<StringKey, StringRef>, TypeSectionType extends TypeSection<StringKey, TypeKey, TypeRef>, ProtoSectionType extends ProtoSection<StringKey, TypeKey, ProtoRefKey, TypeListKey>, FieldSectionType extends FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey>, MethodSectionType extends MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey>, ClassSectionType extends ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, EncodedArrayKey>, CallSiteSectionType extends CallSiteSection<CallSiteKey, EncodedArrayKey>, MethodHandleSectionType extends MethodHandleSection<MethodHandleKey, FieldRefKey, MethodRefKey>, TypeListSectionType extends TypeListSection<TypeKey, TypeListKey>, AnnotationSectionType extends AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue>, AnnotationSetSectionType extends AnnotationSetSection<AnnotationKey, AnnotationSetKey>, EncodedArraySectionType extends EncodedArraySection<EncodedArrayKey, EncodedValue>> classEncodedValueWriter<StringKey,TypeKey, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, AnnotationElement extends AnnotationElement, ProtoRefKey, MethodHandleKey extends MethodHandleReference, EncodedValue> interfaceFieldSection<StringKey,TypeKey, FieldRefKey extends FieldReference, FieldKey> classInstructionWriter<StringRef extends StringReference,TypeRef extends TypeReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ProtoRefKey extends MethodProtoReference, MethodHandleKey extends MethodHandleReference, CallSiteKey extends CallSiteReference> interfaceMethodHandleSection<MethodHandleKey extends MethodHandleReference,FieldRefKey extends FieldReference, MethodRefKey extends MethodReference> Methods in org.jf.dexlib2.writer with type parameters of type FieldReferenceModifier and TypeMethodDescription(package private) static <StringRef extends StringReference,TypeRef extends TypeReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ProtoRefKey extends MethodProtoReference, MethodHandleKey extends MethodHandleReference, CallSiteKey extends CallSiteReference>
InstructionWriter<StringRef, TypeRef, FieldRefKey, MethodRefKey, ProtoRefKey, MethodHandleKey, CallSiteKey> InstructionWriter.makeInstructionWriter(Opcodes opcodes, DexDataWriter writer, StringSection<?, StringRef> stringSection, TypeSection<?, ?, TypeRef> typeSection, FieldSection<?, ?, FieldRefKey, ?> fieldSection, MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, ProtoSection<?, ?, ProtoRefKey, ?> protoSection, MethodHandleSection<MethodHandleKey, ?, ?> methodHandleSection, CallSiteSection<CallSiteKey, ?> callSiteSection) -
Uses of FieldReference in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement FieldReferenceFields in org.jf.dexlib2.writer.builder with type parameters of type FieldReferenceModifier and TypeFieldDescriptionprivate final ConcurrentMap<FieldReference, BuilderFieldReference> BuilderFieldPool.internedItemsMethods in org.jf.dexlib2.writer.builder with parameters of type FieldReferenceModifier and TypeMethodDescriptionBuilderFieldPool.internField(FieldReference fieldReference) DexBuilder.internFieldReference(FieldReference field) -
Uses of FieldReference in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return FieldReferenceModifier and TypeMethodDescriptionMethodHandlePool.getFieldReference(MethodHandleReference methodHandleReference) Methods in org.jf.dexlib2.writer.pool with parameters of type FieldReferenceModifier and TypeMethodDescriptionFieldPool.getDefiningClass(FieldReference fieldReference) FieldPool.getFieldType(FieldReference fieldReference) FieldPool.getName(FieldReference fieldReference) voidFieldPool.intern(FieldReference field)