Interface DexFile

    • Method Detail

      • getClasses

        @Nonnull
        java.util.Set<? extends ClassDef> getClasses()
        Get a set of the classes defined in this dex file. The classes in the returned set will all have unique types.
        Returns:
        A set of the classes defined in this dex file
      • getOpcodes

        @Nonnull
        Opcodes getOpcodes()
        Get the Opcodes associated with this dex file
        Returns:
        The Opcodes instance representing the possible opcodes that can be encountered in this dex file