Uses of Interface
de.mirkosertic.bytecoder.core.backend.wasm.ast.Exportable
-
Packages that use Exportable Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of Exportable in de.mirkosertic.bytecoder.core.backend.wasm.ast
Classes in de.mirkosertic.bytecoder.core.backend.wasm.ast that implement Exportable Modifier and Type Class Description class
ExportableFunction
class
Memory
class
Tag
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type Exportable Modifier and Type Field Description private java.util.Map<java.lang.String,Exportable>
ExportsSection. exports
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Exportable Modifier and Type Method Description void
ExportsSection. export(Exportable exportable, java.lang.String name)
-