Package jadx.api.impl.passes
Class PreparePassWrapper
- java.lang.Object
-
- jadx.core.dex.visitors.AbstractVisitor
-
- jadx.api.impl.passes.PreparePassWrapper
-
- All Implemented Interfaces:
IPassWrapperVisitor,IDexTreeVisitor
public class PreparePassWrapper extends AbstractVisitor implements IPassWrapperVisitor
-
-
Constructor Summary
Constructors Constructor Description PreparePassWrapper(JadxPreparePass preparePass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Visitor short idJadxPassgetPass()voidinit(RootNode root)Called after loading dex tree, but before visitor traversal.-
Methods inherited from class jadx.core.dex.visitors.AbstractVisitor
toString, visit, visit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jadx.core.dex.visitors.IDexTreeVisitor
visit, visit
-
-
-
-
Constructor Detail
-
PreparePassWrapper
public PreparePassWrapper(JadxPreparePass preparePass)
-
-
Method Detail
-
getPass
public JadxPass getPass()
- Specified by:
getPassin interfaceIPassWrapperVisitor
-
init
public void init(RootNode root) throws JadxException
Description copied from interface:IDexTreeVisitorCalled after loading dex tree, but before visitor traversal.- Specified by:
initin interfaceIDexTreeVisitor- Overrides:
initin classAbstractVisitor- Throws:
JadxException
-
getName
public java.lang.String getName()
Description copied from interface:IDexTreeVisitorVisitor short id- Specified by:
getNamein interfaceIDexTreeVisitor- Overrides:
getNamein classAbstractVisitor
-
-