Class FilenameMapper

  • All Implemented Interfaces:
    Pass, java.util.function.Consumer<TranslationResult>

    public class FilenameMapper
    extends java.lang.Object
    implements Pass
    • Constructor Detail

      • FilenameMapper

        public FilenameMapper()
    • Method Detail

      • getLang

        public LanguageFrontend getLang()
        Description copied from interface: Pass
        We do not want the passes to depend on a language frontend
        Specified by:
        getLang in interface Pass
        Returns:
        might be null, as it is not designed to be used anymore
      • setLang

        public void setLang​(LanguageFrontend lang)
        Description copied from interface: Pass
        We do not want the passes to depend on a language frontend
        Specified by:
        setLang in interface Pass
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface Pass