Class Label


  • public class Label
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      Label()
      Constructs a new label.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Label

        public Label()
        Constructs a new label.