Package ghidra.pcode.emu.jit
Interface JitPassage.RBranch
- All Superinterfaces:
JitPassage.Branch
,JitPassage.PBranch
- All Known Implementing Classes:
JitPassage.RExtBranch
,JitPassage.RIndBranch
,JitPassage.RIntBranch
- Enclosing class:
JitPassage
A branch with known intra-instruction reachability
-
Method Summary
Methods inherited from interface ghidra.pcode.emu.jit.JitPassage.Branch
describeTo, from, isFall
-
Method Details
-
reach
JitPassage.Reachability reach()The intra-instruction reachability- Returns:
- the reachability
-