Class DexLabel


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

      Constructors 
      Constructor Description
      DexLabel()  
      DexLabel​(int offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DexLabel

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

        public DexLabel()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object