Class TypeEntry
java.lang.Object
de.inetsoftware.jwebassembly.binary.SectionEntry
de.inetsoftware.jwebassembly.binary.TypeEntry
- Direct Known Subclasses:
ArrayTypeEntry, FunctionTypeEntry, StructTypeEntry
An entry in the type section of the WebAssembly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean(package private) abstract ValueTypeGet the form of the type.abstract inthashCode()(package private) final voidwriteSectionEntry(WasmOutputStream stream) Write this single entry to a section(package private) abstract voidWrite this single entry to a section
-
Constructor Details
-
TypeEntry
TypeEntry()
-
-
Method Details
-
writeSectionEntry
Write this single entry to a section- Specified by:
writeSectionEntryin classSectionEntry- Parameters:
stream- the target- Throws:
IOException- if any I/O error occur
-
getTypeForm
-
writeSectionEntryDetails
Write this single entry to a section- Parameters:
stream- the target- Throws:
IOException- if any I/O error occur
-
hashCode
-
equals
-