Class LineInfoUnpackedSequence
- java.lang.Object
-
- org.teavm.backend.wasm.debug.info.LineInfoUnpackedSequence
-
public class LineInfoUnpackedSequence extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intendAddress()InstructionLocationfind(int address)intfindIndex(int address)java.util.List<? extends InstructionLocation>locations()MethodInfomethod()intstartAddress()
-
-
-
Method Detail
-
startAddress
public int startAddress()
-
endAddress
public int endAddress()
-
method
public MethodInfo method()
-
locations
public java.util.List<? extends InstructionLocation> locations()
-
find
public InstructionLocation find(int address)
-
findIndex
public int findIndex(int address)
-
-