Interface DecompileConfigurer


  • public interface DecompileConfigurer
    A callback interface that will be given a newly created DecompInterface to configure.
    • Method Detail

      • configure

        void configure​(DecompInterface decompiler)
        Configure the given decompiler
        Parameters:
        decompiler - the decompiler to configure