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 class
ExportableFunction
Fields 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. functions
private java.util.List<Function>
TablesSection.AnyFuncTable. functions
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type Function Modifier and Type Method Description <T extends Function>
TFunctionIndex. firstByLabel(java.lang.String label)
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Function Modifier and Type Method Description Function
FunctionIndex. get(int aIndex)
Function
ImportsSection. importFunction(ImportReference importReference, java.lang.String label, WasmType result)
Function
ImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter)
Function
ImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter, WasmType result)
Function
Function. 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 void
FunctionIndex. add(Function function)
(package private) void
TablesSection.AnyFuncTable. addToTable(Function function)
int
FunctionIndex. indexOf(Function value)
int
TablesSection.AnyFuncTable. indexOf(Function function)
-