Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.TablesSection.AnyFuncTable
-
Packages that use TablesSection.AnyFuncTable Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of TablesSection.AnyFuncTable in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as TablesSection.AnyFuncTable Modifier and Type Field Description private TablesSection.AnyFuncTable
TablesSection. funcTable
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return TablesSection.AnyFuncTable Modifier and Type Method Description TablesSection.AnyFuncTable
ExportableFunction.DefaultExportContext. anyFuncTable()
TablesSection.AnyFuncTable
WasmValue.ExportContext. anyFuncTable()
TablesSection.AnyFuncTable
TablesSection. funcTable()
-