Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.Param
-
Packages that use Param Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
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 Param Modifier and Type Field Description private java.util.List<Param>Function. paramsMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Param Modifier and Type Method Description static ParamConstExpressions. param(java.lang.String label, WasmType type)Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return types with arguments of type Param Modifier and Type Method Description java.util.List<Param>Function. getParams()Method parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type Param Modifier and Type Method Description FunctionImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter)FunctionImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter, WasmType result)ExportableFunctionFunctionsSection. newFunction(java.lang.String label, java.util.List<Param> parameter)ExportableFunctionFunctionsSection. newFunction(java.lang.String label, java.util.List<Param> parameter, WasmType result)Constructor parameters in de.mirkosertic.bytecoder.core.backend.wasm.ast with type arguments of type Param Constructor Description ExportableFunction(Module aModule, FunctionType functionType, java.lang.String label, java.util.List<Param> params)ExportableFunction(Module aModule, FunctionType functionType, java.lang.String label, java.util.List<Param> params, WasmType result)Function(Module aModule, FunctionType functionType, java.lang.String label, java.util.List<Param> params)Function(Module aModule, FunctionType functionType, java.lang.String label, java.util.List<Param> params, WasmType result)LocalIndex(java.util.List<Param> params)
-