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