Class ProGuardReader.Processor

  • All Implemented Interfaces:
    java.util.function.Consumer<java.lang.String>
    Enclosing class:
    ProGuardReader

    public static class ProGuardReader.Processor
    extends org.cadixdev.lorenz.io.TextMappingsReader.Processor
    • Field Summary

      • Fields inherited from class org.cadixdev.lorenz.io.TextMappingsReader.Processor

        mappings, SPACE
    • Constructor Summary

      Constructors 
      Constructor Description
      Processor​(org.cadixdev.lorenz.MappingSet mappings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.String raw)  
      • Methods inherited from class org.cadixdev.lorenz.io.TextMappingsReader.Processor

        getMappings
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • Processor

        public Processor​(org.cadixdev.lorenz.MappingSet mappings)
    • Method Detail

      • accept

        public void accept​(java.lang.String raw)