Class LineInfoSequence
- java.lang.Object
-
- org.teavm.backend.wasm.debug.info.LineInfoSequence
-
public class LineInfoSequence extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LineInfoSequence(int startAddress, int endAddress, MethodInfo method, LineInfoCommand[] commands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends LineInfoCommand>commands()intendAddress()MethodInfomethod()intstartAddress()LineInfoUnpackedSequenceunpack()
-
-
-
Constructor Detail
-
LineInfoSequence
public LineInfoSequence(int startAddress, int endAddress, MethodInfo method, LineInfoCommand[] commands)
-
-
Method Detail
-
startAddress
public int startAddress()
-
endAddress
public int endAddress()
-
method
public MethodInfo method()
-
commands
public java.util.List<? extends LineInfoCommand> commands()
-
unpack
public LineInfoUnpackedSequence unpack()
-
-