Uses of Class
org.jf.dexlib2.immutable.ImmutableMethodParameter
Packages that use ImmutableMethodParameter
-
Uses of ImmutableMethodParameter in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableMethodParameterModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableMethodParameter, MethodParameter> ImmutableMethodParameter.CONVERTERprotected final com.google.common.collect.ImmutableList<? extends ImmutableMethodParameter> ImmutableMethod.parametersMethods in org.jf.dexlib2.immutable that return ImmutableMethodParameterModifier and TypeMethodDescriptionstatic ImmutableMethodParameterImmutableMethodParameter.of(MethodParameter methodParameter) Methods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableMethodParameterModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<? extends ImmutableMethodParameter> ImmutableMethod.getParameters()static com.google.common.collect.ImmutableList<ImmutableMethodParameter> ImmutableMethodParameter.immutableListOf(Iterable<? extends MethodParameter> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ImmutableMethodParameterModifierConstructorDescriptionImmutableMethod(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) -
Uses of ImmutableMethodParameter in org.jf.dexlib2.immutable.util
Methods in org.jf.dexlib2.immutable.util that return types with arguments of type ImmutableMethodParameterModifier and TypeMethodDescriptionstatic Iterable<ImmutableMethodParameter> ParamUtil.parseParamString(String params)