| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.wasm.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
Block |
class |
Iff |
class |
Loop |
class |
Try |
| Modifier and Type | Method and Description |
|---|---|
LabeledContainer |
LabeledContainer.findByLabelInHierarchy(String aLabel) |
LabeledContainer |
Container.findByLabelInHierarchy(String aLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
Expressions.branch(LabeledContainer surroundingBlock,
Expression expression) |
void |
Expressions.branchIff(LabeledContainer block,
WASMValue condition,
Expression expression) |
void |
Expressions.branchOnException(LabeledContainer branchContainer,
WASMEvent exceptionType,
Expression expression) |
int |
Container.relativeDepthTo(LabeledContainer outerBlock) |
int |
Container.relativeDepthTo(LabeledContainer outerBlock,
int offset) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.