Package | Description |
---|---|
org.sonar.java.bytecode.cfg |
Modifier and Type | Method and Description |
---|---|
BytecodeCFG.Block |
BytecodeCFG.exitBlock() |
BytecodeCFG.Block |
BytecodeCFG.Block.falseSuccessor() |
BytecodeCFG.Block |
BytecodeCFG.Block.trueSuccessor() |
Modifier and Type | Method and Description |
---|---|
List<BytecodeCFG.Block> |
BytecodeCFG.blocks() |
Set<BytecodeCFG.Block> |
BytecodeCFG.Block.successors() |
Copyright © 2012–2017 SonarSource. All rights reserved.