Package jadx.core.dex.visitors.regions
Interface IRegionIterativeVisitor
-
- All Known Implementing Classes:
NonFinalResIdsVisitor,SwitchOverStringVisitor,TernaryMod
public interface IRegionIterativeVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvisitRegion(MethodNode mth, IRegion region)If return 'true' traversal will be restarted.
-
-
-
Method Detail
-
visitRegion
boolean visitRegion(MethodNode mth, IRegion region)
If return 'true' traversal will be restarted.
-
-