java.lang.Object
org.gjt.sp.jedit.bsh.org.objectweb.asm.Label

public class Label extends Object
A label represents a position in the bytecode of a method. Labels are used for jump, goto, and switch instructions, and for try catch blocks.
  • Constructor Details

    • Label

      public Label()
      Constructs a new label.