| Package | Description |
|---|---|
| org.sonar.java.cfg |
| Modifier and Type | Method and Description |
|---|---|
CFG.Block |
CFG.entry() |
| Modifier and Type | Method and Description |
|---|---|
List<CFG.Block> |
CFG.blocks() |
List<CFG.Block> |
CFG.Block.predecessors() |
List<CFG.Block> |
CFG.reversedBlocks() |
List<CFG.Block> |
CFG.Block.successors() |
| Modifier and Type | Method and Description |
|---|---|
Set<Symbol> |
LiveVariables.getOut(CFG.Block block) |
Copyright © 2012–2015 SonarSource. All rights reserved.