Uses of Interface
org.jf.dexlib2.iface.reference.MethodReference
Packages that use MethodReference
Package
Description
-
Uses of MethodReference in org.jf.baksmali.formatter
Methods in org.jf.baksmali.formatter with parameters of type MethodReferenceModifier and TypeMethodDescriptionvoidBaksmaliWriter.writeMethodDescriptor(MethodReference methodReference) -
Uses of MethodReference in org.jf.dexlib2.analysis
Classes in org.jf.dexlib2.analysis that implement MethodReferenceModifier and TypeClassDescription(package private) static classprivate static classFields in org.jf.dexlib2.analysis declared as MethodReferenceModifier and TypeFieldDescriptionprivate final MethodReferenceMethodAnalyzer.ReparentedMethodReference.baseReferenceMethods in org.jf.dexlib2.analysis that return MethodReferenceModifier and TypeMethodDescriptionprivate MethodReferenceMethodAnalyzer.normalizeMethodReference(MethodReference methodRef) Methods in org.jf.dexlib2.analysis with parameters of type MethodReferenceModifier and TypeMethodDescriptionintArrayProto.findMethodIndexInVtable(MethodReference method) private intClassProto.findMethodIndexInVtable(List<Method> vtable, MethodReference method) intClassProto.findMethodIndexInVtable(MethodReference method) intPrimitiveProto.findMethodIndexInVtable(MethodReference method) intTypeProto.findMethodIndexInVtable(MethodReference method) intUnknownClassProto.findMethodIndexInVtable(MethodReference method) private intClassProto.findMethodIndexInVtableReverse(List<Method> vtable, MethodReference method) private MethodReferenceMethodAnalyzer.normalizeMethodReference(MethodReference methodRef) Constructors in org.jf.dexlib2.analysis with parameters of type MethodReferenceModifierConstructorDescriptionReparentedMethodReference(MethodReference baseReference, String definingClass) -
Uses of MethodReference in org.jf.dexlib2.analysis.reflection
Classes in org.jf.dexlib2.analysis.reflection that implement MethodReference -
Uses of MethodReference in org.jf.dexlib2.base.reference
Classes in org.jf.dexlib2.base.reference that implement MethodReferenceMethods in org.jf.dexlib2.base.reference with parameters of type MethodReference -
Uses of MethodReference in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement MethodReference -
Uses of MethodReference in org.jf.dexlib2.dexbacked.reference
Classes in org.jf.dexlib2.dexbacked.reference that implement MethodReference -
Uses of MethodReference in org.jf.dexlib2.dexbacked.value
Methods in org.jf.dexlib2.dexbacked.value that return MethodReference -
Uses of MethodReference in org.jf.dexlib2.formatter
Methods in org.jf.dexlib2.formatter with parameters of type MethodReferenceModifier and TypeMethodDescriptionDexFormatter.getMethodDescriptor(MethodReference methodReference) DexFormatter.getShortMethodDescriptor(MethodReference methodReference) voidDexFormattedWriter.writeMethodDescriptor(MethodReference methodReference) Write the method descriptor for the givenMethodReference.voidDexFormattedWriter.writeShortMethodDescriptor(MethodReference methodReference) Write the short method descriptor for the givenMethodReference. -
Uses of MethodReference in org.jf.dexlib2.iface
Subinterfaces of MethodReference in org.jf.dexlib2.ifaceModifier and TypeInterfaceDescriptioninterfaceThis class represents a specific method definition in a class. -
Uses of MethodReference in org.jf.dexlib2.iface.reference
Methods in org.jf.dexlib2.iface.reference with parameters of type MethodReferenceModifier and TypeMethodDescriptionintMethodReference.compareTo(MethodReference o) Compare this MethodReference to another MethodReference. -
Uses of MethodReference in org.jf.dexlib2.iface.value
Methods in org.jf.dexlib2.iface.value that return MethodReference -
Uses of MethodReference in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement MethodReference -
Uses of MethodReference in org.jf.dexlib2.immutable.reference
Classes in org.jf.dexlib2.immutable.reference that implement MethodReferenceMethods in org.jf.dexlib2.immutable.reference with parameters of type MethodReferenceModifier and TypeMethodDescriptionstatic ImmutableMethodReferenceImmutableMethodReference.of(MethodReference methodReference) -
Uses of MethodReference in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement MethodReferenceModifier and TypeClassDescriptionprotected classprotected classFields in org.jf.dexlib2.rewriter declared as MethodReferenceModifier and TypeFieldDescriptionprotected MethodReferenceMethodReferenceRewriter.RewrittenMethodReference.methodReferenceFields in org.jf.dexlib2.rewriter with type parameters of type MethodReferenceModifier and TypeFieldDescriptionprivate final Rewriter<MethodReference> DexRewriter.methodReferenceRewriterMethods in org.jf.dexlib2.rewriter that return MethodReferenceModifier and TypeMethodDescriptionEncodedValueRewriter.RewrittenMethodEncodedValue.getValue()MethodReferenceRewriter.rewrite(MethodReference methodReference) Methods in org.jf.dexlib2.rewriter that return types with arguments of type MethodReferenceModifier and TypeMethodDescriptionDexRewriter.getMethodReferenceRewriter()RewriterModule.getMethodReferenceRewriter(Rewriters rewriters) Rewriters.getMethodReferenceRewriter()Methods in org.jf.dexlib2.rewriter with parameters of type MethodReferenceModifier and TypeMethodDescriptionMethodReferenceRewriter.rewrite(MethodReference methodReference) Constructors in org.jf.dexlib2.rewriter with parameters of type MethodReference -
Uses of MethodReference in org.jf.dexlib2.util
Fields in org.jf.dexlib2.util with type parameters of type MethodReferenceModifier and TypeFieldDescriptionprivate final Map<MethodReference, SyntheticAccessorResolver.AccessedMember> SyntheticAccessorResolver.resolvedAccessorsMethods in org.jf.dexlib2.util with parameters of type MethodReferenceModifier and TypeMethodDescriptionSyntheticAccessorResolver.getAccessedMember(MethodReference methodReference) static StringReferenceUtil.getMethodDescriptor(MethodReference methodReference) Deprecated.static StringReferenceUtil.getMethodDescriptor(MethodReference methodReference, boolean useImplicitReference) Deprecated.static intMethodUtil.getParameterRegisterCount(MethodReference methodRef, boolean isStatic) static booleanMethodUtil.isConstructor(MethodReference methodReference) private static booleanSyntheticAccessorResolver.methodReferenceEquals(MethodReference ref1, MethodReference ref2) static booleanMethodUtil.methodSignaturesMatch(MethodReference a, MethodReference b) static voidReferenceUtil.writeMethodDescriptor(Writer writer, MethodReference methodReference) Deprecated.static voidReferenceUtil.writeMethodDescriptor(Writer writer, MethodReference methodReference, boolean useImplicitReference) Deprecated. -
Uses of MethodReference in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type MethodReferenceModifier 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> 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> interfaceMethodSection<StringKey,TypeKey, ProtoRefKey extends MethodProtoReference, MethodRefKey extends MethodReference, MethodKey> Methods in org.jf.dexlib2.writer with type parameters of type MethodReferenceModifier 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 MethodReference in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement MethodReferenceModifier and TypeClassDescriptionclassprivate static classclassFields in org.jf.dexlib2.writer.builder with type parameters of type MethodReferenceModifier and TypeFieldDescriptionprivate final ConcurrentMap<MethodReference, BuilderMethodReference> BuilderMethodPool.internedItemsMethods in org.jf.dexlib2.writer.builder with parameters of type MethodReferenceModifier and TypeMethodDescriptionBuilderMethodPool.internMethod(MethodReference methodReference) BuilderProtoPool.internMethodProto(MethodReference methodReference) DexBuilder.internMethodReference(MethodReference method) -
Uses of MethodReference in org.jf.dexlib2.writer.pool
Classes in org.jf.dexlib2.writer.pool that implement MethodReferenceFields in org.jf.dexlib2.writer.pool declared as MethodReferenceMethods in org.jf.dexlib2.writer.pool that return MethodReferenceModifier and TypeMethodDescriptionMethodHandlePool.getMethodReference(MethodHandleReference methodHandleReference) MethodPool.getMethodReference(PoolMethod poolMethod) Methods in org.jf.dexlib2.writer.pool with parameters of type MethodReferenceModifier and TypeMethodDescriptionMethodPool.getDefiningClass(MethodReference methodReference) MethodPool.getName(MethodReference methodReference) MethodPool.getPrototype(MethodReference methodReference) voidMethodPool.intern(MethodReference method) Constructors in org.jf.dexlib2.writer.pool with parameters of type MethodReference