Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Param
Packages that use Param
-
Uses of Param in de.mirkosertic.bytecoder.core.backend.wasm.ast
Fields in de.mirkosertic.bytecoder.core.backend.wasm.ast with type parameters of type ParamMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return ParamMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type ParamMethod parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type ParamModifier and TypeMethodDescriptionImportsSection.importFunction
(ImportReference importReference, String label, List<Param> parameter) ImportsSection.importFunction
(ImportReference importReference, String label, List<Param> parameter, WasmType result) FunctionsSection.newFunction
(String label, List<Param> parameter) FunctionsSection.newFunction
(String label, List<Param> parameter, WasmType result) Constructor parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type ParamModifierConstructorDescription(package private)
ExportableFunction
(Module aModule, FunctionType functionType, String label, List<Param> params) (package private)
ExportableFunction
(Module aModule, FunctionType functionType, String label, List<Param> params, WasmType result) (package private)
(package private)
Function
(Module aModule, FunctionType functionType, String label, List<Param> params, WasmType result) LocalIndex
(List<Param> params)