Class DexDebugVisitor

java.lang.Object
com.googlecode.d2j.visitors.DexDebugVisitor
Direct Known Subclasses:
DexDebugNode

public class DexDebugVisitor extends Object
  • Field Details

  • Constructor Details

    • DexDebugVisitor

      public DexDebugVisitor()
    • DexDebugVisitor

      public DexDebugVisitor(DexDebugVisitor visitor)
  • Method Details

    • visitParameterName

      public void visitParameterName(int parameterIndex, String name)
      Parameters:
      parameterIndex - start with the first index of DexMethod.getParameterTypes(), no 'this'
    • visitStartLocal

      public void visitStartLocal(int reg, DexLabel label, String name, String type, String signature)
    • visitLineNumber

      public void visitLineNumber(int line, DexLabel label)
    • visitEndLocal

      public void visitEndLocal(int reg, DexLabel label)
    • visitSetFile

      public void visitSetFile(String file)
    • visitPrologue

      public void visitPrologue(DexLabel dexLabel)
    • visitEpiogue

      public void visitEpiogue(DexLabel dexLabel)
    • visitRestartLocal

      public void visitRestartLocal(int reg, DexLabel label)
    • visitEnd

      public void visitEnd()