Uses of Interface
org.jf.dexlib2.iface.reference.StringReference
Packages that use StringReference
Package
Description
-
Uses of StringReference in org.jf.dexlib2.base.reference
Classes in org.jf.dexlib2.base.reference that implement StringReference -
Uses of StringReference in org.jf.dexlib2.builder
Methods in org.jf.dexlib2.builder with parameters of type StringReferenceModifier and TypeMethodDescriptionvoidMethodImplementationBuilder.addSetSourceFile(StringReference sourceFile) voidMethodLocation.addSetSourceFile(StringReference sourceFile) voidMethodImplementationBuilder.addStartLocal(int registerNumber, StringReference name, TypeReference type, StringReference signature) voidMethodLocation.addStartLocal(int registerNumber, StringReference name, TypeReference type, StringReference signature) -
Uses of StringReference in org.jf.dexlib2.builder.debug
Fields in org.jf.dexlib2.builder.debug declared as StringReferenceModifier and TypeFieldDescriptionprivate final StringReferenceBuilderStartLocal.nameprivate final StringReferenceBuilderStartLocal.signatureprivate final StringReferenceBuilderSetSourceFile.sourceFileMethods in org.jf.dexlib2.builder.debug that return StringReferenceModifier and TypeMethodDescriptionBuilderStartLocal.getNameReference()BuilderStartLocal.getSignatureReference()BuilderSetSourceFile.getSourceFileReference()Constructors in org.jf.dexlib2.builder.debug with parameters of type StringReferenceModifierConstructorDescriptionBuilderSetSourceFile(StringReference sourceFile) BuilderStartLocal(int register, StringReference name, TypeReference type, StringReference signature) -
Uses of StringReference in org.jf.dexlib2.dexbacked.reference
Classes in org.jf.dexlib2.dexbacked.reference that implement StringReference -
Uses of StringReference in org.jf.dexlib2.iface.debug
Methods in org.jf.dexlib2.iface.debug that return StringReferenceModifier and TypeMethodDescriptionStartLocal.getNameReference()StartLocal.getSignatureReference()SetSourceFile.getSourceFileReference() -
Uses of StringReference in org.jf.dexlib2.immutable.debug
Methods in org.jf.dexlib2.immutable.debug that return StringReferenceModifier and TypeMethodDescriptionImmutableStartLocal.getNameReference()ImmutableStartLocal.getSignatureReference()ImmutableSetSourceFile.getSourceFileReference() -
Uses of StringReference in org.jf.dexlib2.immutable.reference
Classes in org.jf.dexlib2.immutable.reference that implement StringReferenceMethods in org.jf.dexlib2.immutable.reference with parameters of type StringReferenceModifier and TypeMethodDescriptionstatic ImmutableStringReferenceImmutableStringReference.of(StringReference stringReference) -
Uses of StringReference in org.jf.dexlib2.rewriter
Methods in org.jf.dexlib2.rewriter that return StringReferenceModifier and TypeMethodDescriptionDebugItemRewriter.RewrittenStartLocal.getNameReference()DebugItemRewriter.RewrittenStartLocal.getSignatureReference() -
Uses of StringReference in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type StringReferenceModifier 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> interfaceStringSection<StringKey,StringRef extends StringReference> Methods in org.jf.dexlib2.writer with type parameters of type StringReferenceModifier 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 StringReference in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement StringReferenceMethods in org.jf.dexlib2.writer.builder with parameters of type StringReferenceModifier and TypeMethodDescriptionprivate BuilderStringReferenceBuilderClassPool.checkStringReference(StringReference stringReference) -
Uses of StringReference in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool with parameters of type StringReference