public class Jmp extends BlockTermNode implements JmpNode
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IRVisitor visitor) |
Label |
jmpDest() |
Iterable<Label> |
nextLabels() |
public Jmp(Label jmpDest)
public Iterable<Label> nextLabels()
nextLabels in class BlockTermNodeCopyright © 2016–2017. All rights reserved.