Class MyLabel
- java.lang.Object
-
- org.objectweb.asm.Label
-
- org.glassfish.pfl.dynamic.codegen.impl.MyLabel
-
public class MyLabel extends org.objectweb.asm.LabelThis trivial class exists only to give a slightly more readable toString method for ASM labels. The ASM version simply uses the identity hashcode, which is a bit hard to read.
-
-
Constructor Summary
Constructors Constructor Description MyLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanemitted()voidemitted(boolean flag)java.lang.StringtoString()
-