| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.wasm.ast |
| Modifier and Type | Method and Description |
|---|---|
WASMEvent |
EventIndex.byLabel(String eventName) |
WASMEvent |
EventIndex.get(int i) |
WASMEvent |
EventSection.newException(String label,
List<PrimitiveType> arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventIndex.add(WASMEvent event) |
void |
Expressions.branchOnException(LabeledContainer branchContainer,
WASMEvent exceptionType,
Expression expression) |
int |
EventIndex.indexOf(WASMEvent event) |
void |
Expressions.throwException(WASMEvent exception,
List<WASMValue> arguments,
Expression expression) |
| Constructor and Description |
|---|
ThrowException(WASMEvent exception,
List<WASMValue> arguments,
Expression expression) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.