public class Branch extends BlockTermNode implements JmpNode
| Modifier and Type | Class and Description |
|---|---|
static class |
Branch.Condition |
| Constructor and Description |
|---|
Branch(Branch.Condition condition,
Label branch,
Label next) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IRVisitor visitor) |
Branch.Condition |
condition() |
Label |
jmpDest() |
Label |
next() |
Iterable<Label> |
nextLabels() |
public Branch(Branch.Condition condition, Label branch, Label next)
public Branch.Condition condition()
public Label next()
public Iterable<Label> nextLabels()
nextLabels in class BlockTermNodeCopyright © 2016–2017. All rights reserved.