Class DebugSectionParser

java.lang.Object
org.teavm.backend.wasm.debug.parser.DebugSectionParser
Direct Known Subclasses:
DebugClassLayoutParser, DebugClassParser, DebugFileParser, DebugLinesParser, DebugMethodParser, DebugPackageParser, DebugStringParser, DebugVariablesParser

public abstract class DebugSectionParser extends Object
  • Constructor Details

  • Method Details

    • name

      public 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 String readString()