| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.COptUtil.BreakFlowResult |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BreakFlowResult(COptUtil.BreakFlowStatus status, boolean lastInstruction) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| COptUtil.BreakFlowStatus | getStatus() | ||||||||||
| boolean |
isLastInstruction()
Indicate if breaking flow result relies on last instructions.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Indicate if breaking flow result relies on last instructions. In case of branches, it is true only when all branches return at latest instruction