Class ResTableProtoParserProvider

  • All Implemented Interfaces:
    jadx.api.plugins.resources.IResTableParserProvider

    public class ResTableProtoParserProvider
    extends java.lang.Object
    implements jadx.api.plugins.resources.IResTableParserProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable jadx.core.xmlgen.IResTableParser getParser​(jadx.api.ResourceFile resFile)  
      void init​(jadx.core.dex.nodes.RootNode root)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResTableProtoParserProvider

        public ResTableProtoParserProvider()
    • Method Detail

      • init

        public void init​(jadx.core.dex.nodes.RootNode root)
        Specified by:
        init in interface jadx.api.plugins.resources.IResTableParserProvider
      • getParser

        @Nullable
        public @Nullable jadx.core.xmlgen.IResTableParser getParser​(jadx.api.ResourceFile resFile)
        Specified by:
        getParser in interface jadx.api.plugins.resources.IResTableParserProvider