Uses of Class
org.jf.dexlib2.immutable.ImmutableMethod
Packages that use ImmutableMethod
-
Uses of ImmutableMethod in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableMethodModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableMethod, Method> ImmutableMethod.CONVERTERprotected final com.google.common.collect.ImmutableSortedSet<? extends ImmutableMethod> ImmutableClassDef.directMethodsprotected final com.google.common.collect.ImmutableSortedSet<? extends ImmutableMethod> ImmutableClassDef.virtualMethodsMethods in org.jf.dexlib2.immutable that return ImmutableMethodMethods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableMethodModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<? extends ImmutableMethod> ImmutableClassDef.getDirectMethods()Collection<? extends ImmutableMethod> ImmutableClassDef.getMethods()com.google.common.collect.ImmutableSet<? extends ImmutableMethod> ImmutableClassDef.getVirtualMethods()static com.google.common.collect.ImmutableSortedSet<ImmutableMethod> ImmutableMethod.immutableSetOf(Iterable<? extends Method> list)