Uses of Class
org.jf.dexlib2.immutable.ImmutableMethodImplementation
Packages that use ImmutableMethodImplementation
-
Uses of ImmutableMethodImplementation in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable declared as ImmutableMethodImplementationModifier and TypeFieldDescriptionprotected final ImmutableMethodImplementationImmutableMethod.methodImplementationMethods in org.jf.dexlib2.immutable that return ImmutableMethodImplementationModifier and TypeMethodDescriptionImmutableMethod.getImplementation()ImmutableMethodImplementation.of(MethodImplementation methodImplementation) Constructors in org.jf.dexlib2.immutable with parameters of type ImmutableMethodImplementationModifierConstructorDescriptionImmutableMethod(String definingClass, String name, com.google.common.collect.ImmutableList<? extends ImmutableMethodParameter> parameters, String returnType, int accessFlags, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> annotations, com.google.common.collect.ImmutableSet<HiddenApiRestriction> hiddenApiRestrictions, ImmutableMethodImplementation methodImplementation)