Package jadx.core.dex.visitors.debuginfo
Class DebugInfoAttachVisitor
- java.lang.Object
-
- jadx.core.dex.visitors.AbstractVisitor
-
- jadx.core.dex.visitors.debuginfo.DebugInfoAttachVisitor
-
- All Implemented Interfaces:
IDexTreeVisitor
public class DebugInfoAttachVisitor extends AbstractVisitor
-
-
Constructor Summary
Constructors Constructor Description DebugInfoAttachVisitor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArgTypegetVarType(MethodNode mth, jadx.api.plugins.input.data.ILocalVar var)voidvisit(MethodNode mth)Visit method-
Methods inherited from class jadx.core.dex.visitors.AbstractVisitor
getName, init, toString, visit
-
-
-
-
Method Detail
-
visit
public void visit(MethodNode mth) throws JadxException
Description copied from interface:IDexTreeVisitorVisit method- Specified by:
visitin interfaceIDexTreeVisitor- Overrides:
visitin classAbstractVisitor- Throws:
JadxException
-
getVarType
public static ArgType getVarType(MethodNode mth, jadx.api.plugins.input.data.ILocalVar var)
-
-