Class LineInfoUnpackedSequence

java.lang.Object
org.teavm.backend.wasm.debug.info.LineInfoUnpackedSequence

public class LineInfoUnpackedSequence extends Object
  • Method Details

    • startAddress

      public int startAddress()
    • endAddress

      public int endAddress()
    • method

      public MethodInfo method()
    • locations

      public List<? extends InstructionLocation> locations()
    • find

      public InstructionLocation find(int address)
    • findIndex

      public int findIndex(int address)