Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Function
-
Packages that use Function Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of Function in de.mirkosertic.bytecoder.core.backend.wasm.ast
Subclasses of Function in de.mirkosertic.bytecoder.core.backend.wasm.ast Modifier and Type Class Description classExportableFunctionFields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type Function Modifier and Type Field Description private java.util.List<Function>FunctionIndex. functionsprivate java.util.List<Function>TablesSection.AnyFuncTable. functionsprivate java.util.Map<java.lang.String,Function>FunctionIndex. labelToFunctionMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type Function Modifier and Type Method Description <T extends Function>
TFunctionIndex. findByLabel(java.lang.String label)Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Function Modifier and Type Method Description FunctionFunctionIndex. get(int aIndex)FunctionImportsSection. importFunction(ImportReference importReference, java.lang.String label, WasmType result)FunctionImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter)FunctionImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter, WasmType result)FunctionFunction. toTable()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type Function Modifier and Type Method Description (package private) java.util.List<Function>TablesSection.AnyFuncTable. functions()Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Function Modifier and Type Method Description voidFunctionIndex. add(Function function)(package private) voidTablesSection.AnyFuncTable. addToTable(Function function)intFunctionIndex. indexOf(Function value)intTablesSection.AnyFuncTable. indexOf(Function function)
-