org.objectweb.asm.xml
Class ASMContentHandler.LookupSwitchLabelRule

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

private final class ASMContentHandler.LookupSwitchLabelRule
extends ASMContentHandler.Rule

LookupSwitchLabelRule


Constructor Summary
private ASMContentHandler.LookupSwitchLabelRule()
           
 
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, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASMContentHandler.LookupSwitchLabelRule

private ASMContentHandler.LookupSwitchLabelRule()
Method Detail

begin

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