| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.js | |
| de.mirkosertic.bytecoder.relooper | |
| de.mirkosertic.bytecoder.ssa | |
| de.mirkosertic.bytecoder.stackifier |
| Modifier and Type | Method and Description |
|---|---|
JSPrintWriter |
JSPrintWriter.label(Label label) |
| Modifier and Type | Method and Description |
|---|---|
Label |
Relooper.Block.label() |
| Modifier and Type | Method and Description |
|---|---|
Label |
BreakExpression.blockToBreak() |
Label |
ContinueExpression.labelToReturnTo() |
| Constructor and Description |
|---|
BreakExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
Label aBlockToBreak,
BytecodeOpcodeAddress aJumpTarget) |
ContinueExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
Label aLabelToReturnTo,
BytecodeOpcodeAddress aJumpTarget) |
| Modifier and Type | Method and Description |
|---|---|
Label |
Block.getLabel() |
| Constructor and Description |
|---|
Block(Label label,
JumpArrow<T> arrow) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.