org.glassfish.pfl.dynamic.codegen.impl
Class MyLabel

java.lang.Object
  extended by org.glassfish.pfl.objectweb.asm.Label
      extended by 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.


Field Summary
 
Fields inherited from class org.glassfish.pfl.objectweb.asm.Label
info
 
Constructor Summary
MyLabel()
           
 
Method Summary
 boolean emitted()
           
 void emitted(boolean flag)
           
 String toString()
           
 
Methods inherited from class org.glassfish.pfl.objectweb.asm.Label
getOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyLabel

public MyLabel()
Method Detail

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.