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 MemorySection
Memory. memory
private MemorySection
Module. mems
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return MemorySection Modifier and Type Method Description MemorySection
Module. getMems()
Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type MemorySection Constructor Description Memory(MemorySection content, int initialPages, int maximumPages)
-