com.saxonica.bytecode.util
Class NamedLabel

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


Field Summary
 
Fields inherited from class org.objectweb.asm.Label
info
 
Constructor Summary
NamedLabel()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class org.objectweb.asm.Label
getOffset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedLabel

public NamedLabel()
Method Detail

setName

public void setName(String name)

getName

public String getName()


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.