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