Package jadx.api.impl.passes
Interface IPassWrapperVisitor
-
- All Superinterfaces:
IDexTreeVisitor
- All Known Implementing Classes:
DecompilePassWrapper,PreparePassWrapper
public interface IPassWrapperVisitor extends IDexTreeVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JadxPassgetPass()-
Methods inherited from interface jadx.core.dex.visitors.IDexTreeVisitor
getName, init, visit, visit
-
-
-
-
Method Detail
-
getPass
JadxPass getPass()
-
-