Class DexLabel

java.lang.Object
proguard.dexfile.reader.DexLabel

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

    • DexLabel

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

      public DexLabel()
  • Method Details