Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Function
Packages that use Function
-
Uses of Function in de.mirkosertic.bytecoder.core.backend.wasm.ast
Subclasses of Function in de.mirkosertic.bytecoder.core.backend.wasm.astFields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type FunctionMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type FunctionMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return FunctionModifier and TypeMethodDescriptionFunctionIndex.get
(int aIndex) ImportsSection.importFunction
(ImportReference importReference, String label, WasmType result) ImportsSection.importFunction
(ImportReference importReference, String label, List<Param> parameter) ImportsSection.importFunction
(ImportReference importReference, String label, List<Param> parameter, WasmType result) Function.toTable()
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type FunctionMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type Function