public abstract static class Relooper.Block extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Block(Set<RegionNode> aEntries,
String aLabelPrefix) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
containsMultipleBlock() |
List<RegionNode> |
entries() |
boolean |
isLabelRequired() |
Label |
label() |
abstract Relooper.Block |
next() |
void |
requireLabel() |
protected Block(Set<RegionNode> aEntries, String aLabelPrefix)
public Label label()
public boolean isLabelRequired()
public void requireLabel()
public List<RegionNode> entries()
public abstract Relooper.Block next()
public abstract boolean containsMultipleBlock()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.