Class IdMappingUtil.MappingReader

java.lang.Object
com.google.javascript.jscomp.IdMappingUtil.MappingReader
Enclosing class:
IdMappingUtil

public static class IdMappingUtil.MappingReader extends Object
A stateful pull parser for reading id mapping sections and entries line by line.
  • Constructor Details

  • Method Details

    • next

      public boolean next() throws IOException
      Throws:
      IOException
    • isSection

      public boolean isSection()
    • getSection

      public String getSection()
    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • getLineIndex

      public int getLineIndex()