Class WasmDisassemblyChunk


  • @Beta
    public class WasmDisassemblyChunk
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WasmDisassemblyChunk​(java.util.List<java.lang.String> lines, java.util.List<java.lang.Integer> bytecodeOffsets)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getBytecodeOffsets()
      The bytecode offsets describing the start of each line.
      java.util.List<java.lang.String> getLines()
      The next chunk of disassembled lines.
      • Methods inherited from class java.lang.Object

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

      • WasmDisassemblyChunk

        public WasmDisassemblyChunk​(java.util.List<java.lang.String> lines,
                                    java.util.List<java.lang.Integer> bytecodeOffsets)
    • Method Detail

      • getLines

        public java.util.List<java.lang.String> getLines()
        The next chunk of disassembled lines.
      • getBytecodeOffsets

        public java.util.List<java.lang.Integer> getBytecodeOffsets()
        The bytecode offsets describing the start of each line.