org.objectweb.asm.xml
Class ASMContentHandler.TableSwitchRule

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

private class ASMContentHandler.TableSwitchRule
extends ASMContentHandler.Rule

TableSwitchRule


Constructor Summary
private ASMContentHandler.TableSwitchRule()
           
 
Method Summary
 void begin(java.lang.String name, org.xml.sax.Attributes attrs)
           
 void end(java.lang.String name)
           
 
Methods inherited from class org.objectweb.asm.xml.ASMContentHandler.Rule
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.TableSwitchRule

private ASMContentHandler.TableSwitchRule()
Method Detail

begin

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

end

public final void end(java.lang.String name)
Overrides:
end in class ASMContentHandler.Rule