Class DebugSectionParser

    • Constructor Detail

      • DebugSectionParser

        protected DebugSectionParser​(java.lang.String name,
                                     DebugSectionParser... dependencies)
    • Method Detail

      • name

        public java.lang.String name()
      • ready

        public boolean ready()
      • parse

        public void parse​(byte[] data)
      • doParse

        protected abstract void doParse()
      • readLEB

        protected int readLEB()
      • readSignedLEB

        protected int readSignedLEB()
      • readString

        protected java.lang.String readString()