Uses of Class
org.jf.dexlib2.immutable.ImmutableClassDef
Packages that use ImmutableClassDef
-
Uses of ImmutableClassDef in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableClassDefModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableSet<? extends ImmutableClassDef> ImmutableDexFile.classesprivate static final ImmutableConverter<ImmutableClassDef, ClassDef> ImmutableClassDef.CONVERTERMethods in org.jf.dexlib2.immutable that return ImmutableClassDefMethods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableClassDefModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<? extends ImmutableClassDef> ImmutableDexFile.getClasses()static com.google.common.collect.ImmutableSet<ImmutableClassDef> ImmutableClassDef.immutableSetOf(Iterable<? extends ClassDef> iterable) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ImmutableClassDefModifierConstructorDescriptionImmutableDexFile(Opcodes opcodes, com.google.common.collect.ImmutableSet<? extends ImmutableClassDef> classes)