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