CFG.Block
public static interface ControlFlowGraph.Block
Modifier and Type | Method | Description |
---|---|---|
List<Tree> |
elements() |
|
int |
id() |
|
Set<? extends ControlFlowGraph.Block> |
successors() |
|
Tree |
terminator() |
int id()
@CheckForNull Tree terminator()
Set<? extends ControlFlowGraph.Block> successors()
Copyright © 2012–2018 SonarSource. All rights reserved.