Class Label
- java.lang.Object
-
- org.gjt.sp.jedit.bsh.org.objectweb.asm.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.
-