Uses of Interface
org.jf.dexlib2.iface.reference.MethodProtoReference
Packages that use MethodProtoReference
Package
Description
-
Uses of MethodProtoReference in org.jf.dexlib2.base.reference
Classes in org.jf.dexlib2.base.reference that implement MethodProtoReferenceMethods in org.jf.dexlib2.base.reference with parameters of type MethodProtoReference -
Uses of MethodProtoReference in org.jf.dexlib2.dexbacked.reference
Classes in org.jf.dexlib2.dexbacked.reference that implement MethodProtoReferenceMethods in org.jf.dexlib2.dexbacked.reference that return MethodProtoReference -
Uses of MethodProtoReference in org.jf.dexlib2.dexbacked.value
Methods in org.jf.dexlib2.dexbacked.value that return MethodProtoReference -
Uses of MethodProtoReference in org.jf.dexlib2.formatter
Methods in org.jf.dexlib2.formatter with parameters of type MethodProtoReferenceModifier and TypeMethodDescriptionDexFormatter.getMethodProtoDescriptor(MethodProtoReference protoReference) voidDexFormattedWriter.writeMethodProtoDescriptor(MethodProtoReference protoReference) Write the method proto descriptor for the givenMethodProtoReference. -
Uses of MethodProtoReference in org.jf.dexlib2.iface.reference
Methods in org.jf.dexlib2.iface.reference that return MethodProtoReferenceMethods in org.jf.dexlib2.iface.reference with parameters of type MethodProtoReferenceModifier and TypeMethodDescriptionintMethodProtoReference.compareTo(MethodProtoReference o) Compare this MethodProtoReference to another MethodProtoReference. -
Uses of MethodProtoReference in org.jf.dexlib2.iface.value
Methods in org.jf.dexlib2.iface.value that return MethodProtoReference -
Uses of MethodProtoReference in org.jf.dexlib2.immutable.reference
Classes in org.jf.dexlib2.immutable.reference that implement MethodProtoReferenceMethods in org.jf.dexlib2.immutable.reference that return MethodProtoReferenceMethods in org.jf.dexlib2.immutable.reference with parameters of type MethodProtoReferenceModifier and TypeMethodDescriptionImmutableMethodProtoReference.of(MethodProtoReference methodProtoReference) Constructors in org.jf.dexlib2.immutable.reference with parameters of type MethodProtoReferenceModifierConstructorDescriptionImmutableCallSiteReference(String name, MethodHandleReference methodHandle, String methodName, MethodProtoReference methodProto, Iterable<? extends EncodedValue> extraArguments) -
Uses of MethodProtoReference in org.jf.dexlib2.util
Methods in org.jf.dexlib2.util with parameters of type MethodProtoReferenceModifier and TypeMethodDescriptionstatic StringReferenceUtil.getMethodProtoDescriptor(MethodProtoReference methodProtoReference) Deprecated.static voidReferenceUtil.writeMethodProtoDescriptor(Writer writer, MethodProtoReference methodProtoReference) Deprecated. -
Uses of MethodProtoReference in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type MethodProtoReferenceModifier 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>> classInstructionWriter<StringRef extends StringReference,TypeRef extends TypeReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ProtoRefKey extends MethodProtoReference, MethodHandleKey extends MethodHandleReference, CallSiteKey extends CallSiteReference> interfaceMethodSection<StringKey,TypeKey, ProtoRefKey extends MethodProtoReference, MethodRefKey extends MethodReference, MethodKey> Methods in org.jf.dexlib2.writer with type parameters of type MethodProtoReferenceModifier 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 MethodProtoReference in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement MethodProtoReferenceFields in org.jf.dexlib2.writer.builder with type parameters of type MethodProtoReferenceModifier and TypeFieldDescriptionprivate final ConcurrentMap<MethodProtoReference, BuilderMethodProtoReference> BuilderProtoPool.internedItemsMethods in org.jf.dexlib2.writer.builder with parameters of type MethodProtoReferenceModifier and TypeMethodDescriptionBuilderProtoPool.internMethodProto(MethodProtoReference methodProto) DexBuilder.internMethodProtoReference(MethodProtoReference methodProto) -
Uses of MethodProtoReference in org.jf.dexlib2.writer.pool
Classes in org.jf.dexlib2.writer.pool that implement MethodProtoReferenceMethods in org.jf.dexlib2.writer.pool that return MethodProtoReferenceModifier and TypeMethodDescriptionMethodPool.getPrototype(MethodReference methodReference) MethodPool.getPrototype(PoolMethod poolMethod) Methods in org.jf.dexlib2.writer.pool with parameters of type MethodProtoReferenceModifier and TypeMethodDescriptionTypeListPool.Key<List<? extends CharSequence>> ProtoPool.getParameters(MethodProtoReference methodProto) ProtoPool.getReturnType(MethodProtoReference protoReference) ProtoPool.getShorty(MethodProtoReference reference) voidProtoPool.intern(MethodProtoReference reference)