org.objectweb.asm.xml
Class ASMContentHandler.TableSwitchLabelRule

java.lang.Object
  extended by org.objectweb.asm.xml.ASMContentHandler.Rule
      extended by org.objectweb.asm.xml.ASMContentHandler.TableSwitchLabelRule
Enclosing class:
ASMContentHandler

private final class ASMContentHandler.TableSwitchLabelRule
extends ASMContentHandler.Rule

TableSwitchLabelRule


Field Summary
 
Fields inherited from class org.objectweb.asm.xml.ASMContentHandler.Rule
path
 
Constructor Summary
ASMContentHandler.TableSwitchLabelRule(java.lang.String path)
           
 
Method Summary
 void begin(java.lang.String name, org.xml.sax.Attributes attrs)
           
 
Methods inherited from class org.objectweb.asm.xml.ASMContentHandler.Rule
end, getAccess, getCodeVisitor, getLabel, getPath, getValue, match, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASMContentHandler.TableSwitchLabelRule

public ASMContentHandler.TableSwitchLabelRule(java.lang.String path)
Method Detail

begin

public final void begin(java.lang.String name,
                        org.xml.sax.Attributes attrs)
Overrides:
begin in class ASMContentHandler.Rule