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