Class CUtil.BreakFlowResult
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowResult
- Enclosing class:
- CUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicate if breaking flow result relies on last instructions.
-
Constructor Details
-
BreakFlowResult
-
-
Method Details
-
getStatus
-
isLastInstruction
public boolean isLastInstruction()Indicate if breaking flow result relies on last instructions. In case of branches, it is true only when all branches return at latest instruction- Returns:
-