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
Methods 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 Param