Class DebugLinesParser
- java.lang.Object
-
- org.teavm.backend.wasm.debug.parser.DebugSectionParser
-
- org.teavm.backend.wasm.debug.parser.DebugLinesParser
-
public class DebugLinesParser extends DebugSectionParser
-
-
Constructor Summary
Constructors Constructor Description DebugLinesParser(DebugFileParser files, DebugMethodParser methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoParse()LineInfogetLineInfo()-
Methods inherited from class org.teavm.backend.wasm.debug.parser.DebugSectionParser
name, parse, readLEB, readSignedLEB, readString, ready
-
-
-
-
Constructor Detail
-
DebugLinesParser
public DebugLinesParser(DebugFileParser files, DebugMethodParser methods)
-
-
Method Detail
-
getLineInfo
public LineInfo getLineInfo()
-
doParse
protected void doParse()
- Specified by:
doParsein classDebugSectionParser
-
-