public static class BytecodeCFGBuilder.Block extends Object implements CFG.IBlock<BytecodeCFGBuilder.Instruction>
Modifier and Type | Method and Description |
---|---|
List<BytecodeCFGBuilder.Instruction> |
elements() |
BytecodeCFGBuilder.Block |
falseSuccessor() |
int |
id() |
String |
printBlock() |
Set<BytecodeCFGBuilder.Block> |
successors() |
BytecodeCFGBuilder.Instruction |
terminator() |
BytecodeCFGBuilder.Block |
trueSuccessor() |
public BytecodeCFGBuilder.Block trueSuccessor()
public BytecodeCFGBuilder.Block falseSuccessor()
public String printBlock()
public int id()
id
in interface CFG.IBlock<BytecodeCFGBuilder.Instruction>
public List<BytecodeCFGBuilder.Instruction> elements()
elements
in interface CFG.IBlock<BytecodeCFGBuilder.Instruction>
@CheckForNull public BytecodeCFGBuilder.Instruction terminator()
terminator
in interface CFG.IBlock<BytecodeCFGBuilder.Instruction>
public Set<BytecodeCFGBuilder.Block> successors()
successors
in interface CFG.IBlock<BytecodeCFGBuilder.Instruction>
Copyright © 2012–2017 SonarSource. All rights reserved.