com.saxonica.bytecode.util
Class NamedLabel
java.lang.Object
org.objectweb.asm.Label
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
Fields inherited from class org.objectweb.asm.Label |
info |
Methods inherited from class org.objectweb.asm.Label |
getOffset, toString |
NamedLabel
public NamedLabel()
setName
public void setName(String name)
getName
public String getName()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.