Package jadx.core.deobf
Class SaveDeobfMapping
- java.lang.Object
-
- jadx.core.dex.visitors.AbstractVisitor
-
- jadx.core.deobf.SaveDeobfMapping
-
- All Implemented Interfaces:
IDexTreeVisitor
public class SaveDeobfMapping extends AbstractVisitor
-
-
Constructor Summary
Constructors Constructor Description SaveDeobfMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Visitor short idvoidinit(RootNode root)Called after loading dex tree, but before visitor traversal.-
Methods inherited from class jadx.core.dex.visitors.AbstractVisitor
toString, visit, visit
-
-
-
-
Method Detail
-
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
-
-