Class Label
java.lang.Object
org.gjt.sp.jedit.bsh.org.objectweb.asm.Label
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 -
Method Summary
-
Constructor Details
-
Label
public Label()Constructs a new label.
-