Uses of Interface
org.jf.dexlib2.iface.MethodImplementation
Packages that use MethodImplementation
Package
Description
-
Uses of MethodImplementation in org.jf.baksmali.Adaptors
Fields in org.jf.baksmali.Adaptors declared as MethodImplementationConstructors in org.jf.baksmali.Adaptors with parameters of type MethodImplementationModifierConstructorDescriptionMethodDefinition(ClassDefinition classDef, Method method, MethodImplementation methodImpl) -
Uses of MethodImplementation in org.jf.dexlib2.analysis
Fields in org.jf.dexlib2.analysis declared as MethodImplementationMethods in org.jf.dexlib2.analysis that return MethodImplementation -
Uses of MethodImplementation in org.jf.dexlib2.analysis.reflection
Methods in org.jf.dexlib2.analysis.reflection that return MethodImplementationModifier and TypeMethodDescriptionReflectionConstructor.getImplementation()ReflectionMethod.getImplementation() -
Uses of MethodImplementation in org.jf.dexlib2.builder
Classes in org.jf.dexlib2.builder that implement MethodImplementationMethods in org.jf.dexlib2.builder that return MethodImplementationConstructors in org.jf.dexlib2.builder with parameters of type MethodImplementationModifierConstructorDescriptionMutableMethodImplementation(MethodImplementation methodImplementation) -
Uses of MethodImplementation in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement MethodImplementationModifier and TypeClassDescriptionclassclass -
Uses of MethodImplementation in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return MethodImplementationModifier and TypeMethodDescriptionMethod.getImplementation()Gets a MethodImplementation object that defines the implementation of the method. -
Uses of MethodImplementation in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement MethodImplementationMethods in org.jf.dexlib2.immutable with parameters of type MethodImplementationModifier and TypeMethodDescriptionImmutableMethodImplementation.of(MethodImplementation methodImplementation) Constructors in org.jf.dexlib2.immutable with parameters of type MethodImplementationModifierConstructorDescriptionImmutableMethod(String definingClass, String name, Iterable<? extends MethodParameter> parameters, String returnType, int accessFlags, Set<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions, MethodImplementation methodImplementation) -
Uses of MethodImplementation in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement MethodImplementationModifier and TypeClassDescriptionprotected classFields in org.jf.dexlib2.rewriter declared as MethodImplementationModifier and TypeFieldDescriptionprotected MethodImplementationMethodImplementationRewriter.RewrittenMethodImplementation.methodImplementationFields in org.jf.dexlib2.rewriter with type parameters of type MethodImplementationModifier and TypeFieldDescriptionprivate final Rewriter<MethodImplementation> DexRewriter.methodImplementationRewriterMethods in org.jf.dexlib2.rewriter that return MethodImplementationModifier and TypeMethodDescriptionMethodRewriter.RewrittenMethod.getImplementation()MethodImplementationRewriter.rewrite(MethodImplementation methodImplementation) Methods in org.jf.dexlib2.rewriter that return types with arguments of type MethodImplementationModifier and TypeMethodDescriptionDexRewriter.getMethodImplementationRewriter()RewriterModule.getMethodImplementationRewriter(Rewriters rewriters) Rewriters.getMethodImplementationRewriter()Methods in org.jf.dexlib2.rewriter with parameters of type MethodImplementationModifier and TypeMethodDescriptionMethodImplementationRewriter.rewrite(MethodImplementation methodImplementation) Constructors in org.jf.dexlib2.rewriter with parameters of type MethodImplementationModifierConstructorDescriptionRewrittenMethodImplementation(MethodImplementation methodImplementation) -
Uses of MethodImplementation in org.jf.dexlib2.writer.builder
Fields in org.jf.dexlib2.writer.builder declared as MethodImplementationModifier and TypeFieldDescription(package private) final MethodImplementationBuilderMethod.methodImplementationMethods in org.jf.dexlib2.writer.builder that return MethodImplementationMethods in org.jf.dexlib2.writer.builder with parameters of type MethodImplementationModifier and TypeMethodDescriptionDexBuilder.internMethod(String definingClass, String name, List<? extends MethodParameter> parameters, String returnType, int accessFlags, Set<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions, MethodImplementation methodImplementation) Constructors in org.jf.dexlib2.writer.builder with parameters of type MethodImplementationModifierConstructorDescription(package private)BuilderMethod(BuilderMethodReference methodReference, List<? extends BuilderMethodParameter> parameters, int accessFlags, BuilderAnnotationSet annotations, Set<HiddenApiRestriction> hiddenApiRestrictions, MethodImplementation methodImplementation) -
Uses of MethodImplementation in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return MethodImplementation