Class DebugSectionParser
java.lang.Object
org.teavm.common.binary.BinaryParser
org.teavm.backend.wasm.debug.parser.DebugSectionParser
- Direct Known Subclasses:
DebugClassLayoutParser, DebugClassParser, DebugFileParser, DebugLinesParser, DebugMethodParser, DebugPackageParser, DebugStringParser, DebugVariablesParser
-
Field Summary
Fields inherited from class BinaryParser
data, ptr -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDebugSectionParser(String name, DebugSectionParser... dependencies) -
Method Summary
Methods inherited from class BinaryParser
readLEB, readSignedLEB, readString
-
Constructor Details
-
DebugSectionParser
-
-
Method Details
-
name
-
ready
public boolean ready() -
parse
public void parse(byte[] data) -
doParse
protected abstract void doParse()
-