Class DebugInfoParser


  • public class DebugInfoParser
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static int getTypeLen​(java.lang.String type)  
      void initMthArgs​(int regsCount, java.util.List<java.lang.String> argTypes)  
      jadx.api.plugins.input.data.impl.DebugInfo process​(int debugOff)  
      • Methods inherited from class java.lang.Object

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

      • DebugInfoParser

        public DebugInfoParser​(SectionReader in,
                               int regsCount,
                               int codeSize)
    • Method Detail

      • initMthArgs

        public void initMthArgs​(int regsCount,
                                java.util.List<java.lang.String> argTypes)
      • getTypeLen

        public static int getTypeLen​(java.lang.String type)
      • process

        public jadx.api.plugins.input.data.impl.DebugInfo process​(int debugOff)