Package com.saxonica.ee.bytecode.util
Class NamedLabel
- java.lang.Object
-
- org.objectweb.asm.Label
-
- com.saxonica.ee.bytecode.util.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
-
-
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)
-