Class NamedLabel


  • public class NamedLabel
    extends org.objectweb.asm.Label
    Subclass of the ASM Label class that adds a diagnostic name to the label; this enables more intelligible bytecode to be output for diagnostics
    • Field Summary

      • Fields inherited from class org.objectweb.asm.Label

        info
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedLabel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      void setName​(java.lang.String name)  
      • Methods inherited from class org.objectweb.asm.Label

        getOffset, toString
      • Methods inherited from class java.lang.Object

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

      • NamedLabel

        public NamedLabel()
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()