Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return FunctionTypeModifier and TypeMethodDescriptionTypesSection.functionType(WasmType returnType) TypesSection.functionType(List<WasmType> arguments) TypesSection.functionType(List<WasmType> arguments, WasmType returnType) Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type FunctionTypeModifier and TypeMethodDescriptionstatic CallIndirectConstExpressions.call(FunctionType type, List<WasmValue> arguments, WasmValue functionIndex) static WasmValueConstExpressions.ref.callRef(FunctionType type, List<WasmValue> arguments) static TagConstExpressions.tag(String label, FunctionType type) voidExpressions.voidCallIndirect(FunctionType functionType, List<WasmValue> arguments, WasmValue tableIndex) Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type FunctionType