Class DebugFileParser
- java.lang.Object
-
- org.teavm.backend.wasm.debug.parser.DebugSectionParser
-
- org.teavm.backend.wasm.debug.parser.DebugFileParser
-
public class DebugFileParser extends DebugSectionParser
-
-
Constructor Summary
Constructors Constructor Description DebugFileParser(DebugStringParser strings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoParse()FileInfogetFile(int index)-
Methods inherited from class org.teavm.backend.wasm.debug.parser.DebugSectionParser
name, parse, readLEB, readSignedLEB, readString, ready
-
-
-
-
Constructor Detail
-
DebugFileParser
public DebugFileParser(DebugStringParser strings)
-
-
Method Detail
-
getFile
public FileInfo getFile(int index)
-
doParse
protected void doParse()
- Specified by:
doParsein classDebugSectionParser
-
-