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