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()
int
id()
Set<? extends CFG.IBlock<T>>
successors()
T
terminator()
-
Modifier and Type | Method | Description |
---|---|---|
List<T> |
elements() |
|
int |
id() |
|
Set<? extends CFG.IBlock<T>> |
successors() |
|
T |
terminator() |