| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.wasm.ast |
| Modifier and Type | Method and Description |
|---|---|
static Param |
ConstExpressions.param(String label,
PrimitiveType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Param> |
Function.getParams() |
| Modifier and Type | Method and Description |
|---|---|
Function |
ImportsSection.importFunction(ImportReference importReference,
String label,
List<Param> parameter) |
Function |
ImportsSection.importFunction(ImportReference importReference,
String label,
List<Param> parameter,
PrimitiveType result) |
ExportableFunction |
FunctionsSection.newFunction(String label,
List<Param> parameter) |
ExportableFunction |
FunctionsSection.newFunction(String label,
List<Param> parameter,
PrimitiveType result) |
| Constructor and Description |
|---|
LocalIndex(List<Param> params) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.