Class ModuleParser

  • Direct Known Subclasses:
    DebugInfoParser

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.function.Consumer<byte[]> getSectionConsumer​(int code, int pos, java.lang.String name)  
      Promise<java.lang.Void> parse()  
      • Methods inherited from class java.lang.Object

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

      • parse

        public Promise<java.lang.Void> parse()
      • getSectionConsumer

        protected java.util.function.Consumer<byte[]> getSectionConsumer​(int code,
                                                                         int pos,
                                                                         java.lang.String name)