Class CodeSectionParser

java.lang.Object
org.teavm.backend.wasm.parser.BaseSectionParser
org.teavm.backend.wasm.parser.CodeSectionParser

public class CodeSectionParser extends BaseSectionParser
  • Constructor Details

  • Method Details

    • setFunctionIndexOffset

      public void setFunctionIndexOffset(int functionIndexOffset)
    • parseContent

      protected void parseContent()
      Specified by:
      parseContent in class BaseSectionParser