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. params
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return Param Modifier and Type Method Description static Param
ConstExpressions. 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 Function
ImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter)
Function
ImportsSection. importFunction(ImportReference importReference, java.lang.String label, java.util.List<Param> parameter, WasmType result)
ExportableFunction
FunctionsSection. newFunction(java.lang.String label, java.util.List<Param> parameter)
ExportableFunction
FunctionsSection. 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)
-