Class CodeSectionParser
java.lang.Object
org.teavm.backend.wasm.parser.BaseSectionParser
org.teavm.backend.wasm.parser.CodeSectionParser
-
Field Summary
Fields inherited from class BaseSectionParser
reader -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidsetFunctionIndexOffset(int functionIndexOffset) Methods inherited from class BaseSectionParser
parse, parse, readFixedInt, readFixedLong, readLEB, readLongLEB, readSignedLEB, readSignedLongLEB, readString, reportAddress
-
Constructor Details
-
CodeSectionParser
-
-
Method Details
-
setFunctionIndexOffset
public void setFunctionIndexOffset(int functionIndexOffset) -
parseContent
protected void parseContent()- Specified by:
parseContentin classBaseSectionParser
-