Interface DecompileConfigurer


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

    Modifier and Type
    Method
    Description
    void
    Configure the given decompiler
  • Method Details

    • configure

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