Package jadx.core.dex.visitors.debuginfo
Class DebugInfoApplyVisitor
- java.lang.Object
-
- jadx.core.dex.visitors.AbstractVisitor
-
- jadx.core.dex.visitors.debuginfo.DebugInfoApplyVisitor
-
- All Implemented Interfaces:
IDexTreeVisitor
public class DebugInfoApplyVisitor extends AbstractVisitor
-
-
Constructor Summary
Constructors Constructor Description DebugInfoApplyVisitor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanapplyDebugInfo(MethodNode mth, SSAVar ssaVar, ArgType type, java.lang.String varName)static booleanapplyDebugInfo(MethodNode mth, SSAVar ssaVar, RegisterArg arg)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
-
applyDebugInfo
public static boolean applyDebugInfo(MethodNode mth, SSAVar ssaVar, RegisterArg arg)
-
applyDebugInfo
public static boolean applyDebugInfo(MethodNode mth, SSAVar ssaVar, ArgType type, java.lang.String varName)
-
-