public class ControlFlowAnalyzer.ControlFlow extends Object
Modifier and Type | Method and Description |
---|---|
Multimap<LLJava.Instruction,LLJava.Exception> |
exceptional() |
Map<LLJava.Block,LLJava.Instruction> |
first() |
Set<LLJava.Instruction> |
reachable() |
Multimap<LLJava.Instruction,LLJava.Instruction> |
regular() |
String |
toString() |
public Set<LLJava.Instruction> reachable()
public Map<LLJava.Block,LLJava.Instruction> first()
public Multimap<LLJava.Instruction,LLJava.Instruction> regular()
public Multimap<LLJava.Instruction,LLJava.Exception> exceptional()
see also the complete user documentation .