Package org.sonar.java.cfg
Interface CFG.IBlock<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>elements()intid()Set<? extends CFG.IBlock<T>>successors()Tterminator()
-
| Modifier and Type | Method | Description |
|---|---|---|
List<T> |
elements() |
|
int |
id() |
|
Set<? extends CFG.IBlock<T>> |
successors() |
|
T |
terminator() |