Class DexLabel

java.lang.Object
com.googlecode.d2j.DexLabel

public class DexLabel extends Object
a light weight version of org.objectweb.asm.Label
  • Field Details

    • displayName

      public String displayName
  • Constructor Details

    • DexLabel

      public DexLabel(int offset)
      Parameters:
      offset - the offset of the label
    • DexLabel

      public DexLabel()
  • Method Details