Package jadx.core.dex.visitors.regions
Interface IRegionIterativeVisitor
- All Known Implementing Classes:
IfRegionVisitor.RemoveRedundantElseVisitor,NonFinalResIdsVisitor,SwitchOverStringVisitor,TernaryMod
public interface IRegionIterativeVisitor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisitRegion(MethodNode mth, IRegion region) If return 'true' traversal will be restarted.
-
Method Details
-
visitRegion
If return 'true' traversal will be restarted.
-