org.glassfish.pfl.dynamic.codegen.impl
Class MyLabel
java.lang.Object
org.glassfish.pfl.objectweb.asm.Label
org.glassfish.pfl.dynamic.codegen.impl.MyLabel
public class MyLabel
- extends org.glassfish.pfl.objectweb.asm.Label
This 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.
| Fields inherited from class org.glassfish.pfl.objectweb.asm.Label |
info |
| Methods inherited from class org.glassfish.pfl.objectweb.asm.Label |
getOffset |
MyLabel
public MyLabel()
emitted
public boolean emitted()
emitted
public void emitted(boolean flag)
toString
public String toString()
- Overrides:
toString in class org.glassfish.pfl.objectweb.asm.Label
Copyright © 2013 Oracle. All Rights Reserved.