Class DebugVariablesParser
java.lang.Object
org.teavm.common.binary.BinaryParser
org.teavm.backend.wasm.debug.parser.DebugSectionParser
org.teavm.backend.wasm.debug.parser.DebugVariablesParser
-
Field Summary
Fields inherited from class BinaryParser
data, ptr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoParse()org.teavm.backend.wasm.debug.parser.DebugVariablesParser.VariablesInfoImplMethods inherited from class DebugSectionParser
name, parse, readyMethods inherited from class BinaryParser
readLEB, readSignedLEB, readString
-
Constructor Details
-
DebugVariablesParser
-
-
Method Details
-
getVariablesInfo
public org.teavm.backend.wasm.debug.parser.DebugVariablesParser.VariablesInfoImpl getVariablesInfo() -
doParse
protected void doParse()- Specified by:
doParsein classDebugSectionParser
-