Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.MemorySection
-
Packages that use MemorySection Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of MemorySection in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as MemorySection Modifier and Type Field Description private MemorySectionMemory. memoryprivate MemorySectionModule. memsMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return MemorySection Modifier and Type Method Description MemorySectionModule. getMems()Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type MemorySection Constructor Description Memory(MemorySection content, int initialPages, int maximumPages)
-