public class SegmentedCode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SegmentedCode.LabelEntry |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSingleton() |
SegmentedCode.LabelEntry |
labelEntry(Label l) |
static SegmentedCode |
of(List<List<BasicBlock>> segments) |
List<List<BasicBlock>> |
segments() |
static SegmentedCode |
singleton(Code code) |
public static SegmentedCode singleton(Code code)
public static SegmentedCode of(List<List<BasicBlock>> segments)
public List<List<BasicBlock>> segments()
public SegmentedCode.LabelEntry labelEntry(Label l)
public boolean isSingleton()
Copyright © 2016–2017. All rights reserved.