Package com.googlecode.d2j.visitors
Class DexDebugVisitor
java.lang.Object
com.googlecode.d2j.visitors.DexDebugVisitor
- Direct Known Subclasses:
DexDebugNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitEnd()voidvisitEndLocal(int reg, DexLabel label) voidvisitEpiogue(DexLabel dexLabel) voidvisitLineNumber(int line, DexLabel label) voidvisitParameterName(int parameterIndex, String name) voidvisitPrologue(DexLabel dexLabel) voidvisitRestartLocal(int reg, DexLabel label) voidvisitSetFile(String file) voidvisitStartLocal(int reg, DexLabel label, String name, String type, String signature)
-
Field Details
-
visitor
-
-
Constructor Details
-
DexDebugVisitor
public DexDebugVisitor() -
DexDebugVisitor
-
-
Method Details
-
visitParameterName
- Parameters:
parameterIndex- start with the first index of DexMethod.getParameterTypes(), no 'this'
-
visitStartLocal
-
visitLineNumber
-
visitEndLocal
-
visitSetFile
-
visitPrologue
-
visitEpiogue
-
visitRestartLocal
-
visitEnd
public void visitEnd()
-