public interface CfgBlock
ControlFlowGraph.
Successors are the nodes which may be executed after this one.
Predecessors are the nodes which may be executed before this one.
Elements are instances of Tree which are evaluated one after the other.| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
elements() |
Set<CfgBlock> |
predecessors() |
Set<CfgBlock> |
successors() |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.