Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.FunctionIndex
-
Packages that use FunctionIndex Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of FunctionIndex in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as FunctionIndex Modifier and Type Field Description private FunctionIndex
ExportableFunction.DefaultExportContext. functionIndex
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return FunctionIndex Modifier and Type Method Description FunctionIndex
ExportableFunction.DefaultExportContext. functionIndex()
FunctionIndex
Module. functionIndex()
FunctionIndex
WasmValue.ExportContext. functionIndex()
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type FunctionIndex Modifier and Type Method Description void
FunctionsSection. addFunctionsToIndex(FunctionIndex functionIndex)
void
ImportsSection. addFunctionsToIndex(FunctionIndex functionIndex)
void
ExportableFunction. writeCodeTo(BinaryWriter.Writer sectionWriter, FunctionIndex functionIndex)
void
FunctionsSection. writeCodeTo(BinaryWriter binaryWriter, FunctionIndex functionIndex)
void
ElementSection. writeTo(BinaryWriter binaryWriter, FunctionIndex functionIndex)
void
FunctionsSection. writeTo(BinaryWriter binaryWriter, FunctionIndex functionIndex)
Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type FunctionIndex Constructor Description DefaultExportContext(Container owningContainer, FunctionIndex functionIndex)
-