public class BytecodeCFG extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BytecodeCFG.Block |
Modifier and Type | Method and Description |
---|---|
List<BytecodeCFG.Block> |
blocks() |
CFG.IBlock<Instruction> |
entry() |
BytecodeCFG.Block |
exitBlock() |
public CFG.IBlock<Instruction> entry()
public List<BytecodeCFG.Block> blocks()
public BytecodeCFG.Block exitBlock()
Copyright © 2012–2017 SonarSource. All rights reserved.