Class SrgReader.Processor

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

    public static class SrgReader.Processor
    extends TextMappingsReader.Processor
    The mappings processor for the SRG format.
    • Constructor Detail

      • Processor

        public Processor​(MappingSet mappings)
        Creates a mappings parser for the SRG format, with the provided MappingSet.
        Parameters:
        mappings - The mappings set
      • Processor

        public Processor()
        Creates a mappings parser for the SRG format.
    • Method Detail

      • accept

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