Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.FunctionsSection
-
Packages that use FunctionsSection Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of FunctionsSection in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as FunctionsSection Modifier and Type Field Description private FunctionsSection
Module. functions
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return FunctionsSection Modifier and Type Method Description FunctionsSection
Module. getFunctions()
-