Uses of Interface
org.jf.dexlib2.iface.reference.MethodHandleReference
Packages that use MethodHandleReference
Package
Description
-
Uses of MethodHandleReference in org.jf.dexlib2.base.reference
Classes in org.jf.dexlib2.base.reference that implement MethodHandleReferenceMethods in org.jf.dexlib2.base.reference with parameters of type MethodHandleReferenceModifier and TypeMethodDescriptionintBaseMethodHandleReference.compareTo(MethodHandleReference o) -
Uses of MethodHandleReference in org.jf.dexlib2.dexbacked.reference
Classes in org.jf.dexlib2.dexbacked.reference that implement MethodHandleReferenceMethods in org.jf.dexlib2.dexbacked.reference that return MethodHandleReference -
Uses of MethodHandleReference in org.jf.dexlib2.dexbacked.value
Methods in org.jf.dexlib2.dexbacked.value that return MethodHandleReference -
Uses of MethodHandleReference in org.jf.dexlib2.formatter
Methods in org.jf.dexlib2.formatter with parameters of type MethodHandleReferenceModifier and TypeMethodDescriptionDexFormatter.getMethodHandle(MethodHandleReference methodHandleReference) voidDexFormattedWriter.writeMethodHandle(MethodHandleReference methodHandleReference) Write the givenMethodHandleReference. -
Uses of MethodHandleReference in org.jf.dexlib2.iface.reference
Methods in org.jf.dexlib2.iface.reference that return MethodHandleReferenceModifier and TypeMethodDescriptionCallSiteReference.getMethodHandle()Gets a reference to a method handle for the bootstrap linker methodMethods in org.jf.dexlib2.iface.reference with parameters of type MethodHandleReferenceModifier and TypeMethodDescriptionintMethodHandleReference.compareTo(MethodHandleReference o) Compare this MethodHandleReference to another MethodHandleReference. -
Uses of MethodHandleReference in org.jf.dexlib2.iface.value
Methods in org.jf.dexlib2.iface.value that return MethodHandleReferenceModifier and TypeMethodDescriptionMethodHandleEncodedValue.getValue()Gets the method handle value. -
Uses of MethodHandleReference in org.jf.dexlib2.immutable.reference
Classes in org.jf.dexlib2.immutable.reference that implement MethodHandleReferenceMethods in org.jf.dexlib2.immutable.reference that return MethodHandleReferenceMethods in org.jf.dexlib2.immutable.reference with parameters of type MethodHandleReferenceModifier and TypeMethodDescriptionImmutableMethodHandleReference.of(MethodHandleReference methodHandleReference) Constructors in org.jf.dexlib2.immutable.reference with parameters of type MethodHandleReferenceModifierConstructorDescriptionImmutableCallSiteReference(String name, MethodHandleReference methodHandle, String methodName, MethodProtoReference methodProto, Iterable<? extends EncodedValue> extraArguments) -
Uses of MethodHandleReference in org.jf.dexlib2.util
Methods in org.jf.dexlib2.util with parameters of type MethodHandleReferenceModifier and TypeMethodDescriptionstatic StringReferenceUtil.getMethodHandleString(MethodHandleReference methodHandleReference) Deprecated.static voidReferenceUtil.writeMethodHandle(Writer writer, MethodHandleReference methodHandleReference) Deprecated. -
Uses of MethodHandleReference in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type MethodHandleReferenceModifier 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> Methods in org.jf.dexlib2.writer with type parameters of type MethodHandleReferenceModifier 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 MethodHandleReference in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement MethodHandleReferenceFields in org.jf.dexlib2.writer.builder with type parameters of type MethodHandleReferenceModifier and TypeFieldDescriptionprivate final ConcurrentMap<MethodHandleReference, BuilderMethodHandleReference> BuilderMethodHandlePool.internedItemsMethods in org.jf.dexlib2.writer.builder with parameters of type MethodHandleReferenceModifier and TypeMethodDescriptionBuilderMethodHandlePool.internMethodHandle(MethodHandleReference methodHandleReference) DexBuilder.internMethodHandle(MethodHandleReference methodHandleReference) -
Uses of MethodHandleReference in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool with parameters of type MethodHandleReferenceModifier and TypeMethodDescriptionMethodHandlePool.getFieldReference(MethodHandleReference methodHandleReference) MethodHandlePool.getMethodReference(MethodHandleReference methodHandleReference) voidMethodHandlePool.intern(MethodHandleReference methodHandleReference)