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 classExportableFunctionclassMemoryclassTagFields 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. exportsMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Exportable Modifier and Type Method Description voidExportsSection. export(Exportable exportable, java.lang.String name)
-