Package | Description |
---|---|
org.sonar.java.cfg | |
org.sonar.plugins.java.api.cfg |
Provides interfaces to represent Java source code as syntax tree.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
CFG.Block |
Modifier and Type | Method | Description |
---|---|---|
ControlFlowGraph.Block |
ControlFlowGraph.entryBlock() |
|
ControlFlowGraph.Block |
ControlFlowGraph.exitBlock() |
Modifier and Type | Method | Description |
---|---|---|
List<? extends ControlFlowGraph.Block> |
ControlFlowGraph.blocks() |
|
Set<? extends ControlFlowGraph.Block> |
ControlFlowGraph.Block.successors() |
Copyright © 2012–2018 SonarSource. All rights reserved.