Package org.sonar.java.bytecode.cfg
Class BytecodeCFG
- java.lang.Object
-
- org.sonar.java.bytecode.cfg.BytecodeCFG
-
public class BytecodeCFG extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BytecodeCFG.Block
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BytecodeCFG.Block>
blocks()
CFG.IBlock<Instruction>
entry()
BytecodeCFG.Block
exitBlock()
-
-
-
Method Detail
-
entry
public CFG.IBlock<Instruction> entry()
-
blocks
public List<BytecodeCFG.Block> blocks()
-
exitBlock
public BytecodeCFG.Block exitBlock()
-
-