org.objectweb.asm.xml
Class ASMContentHandler.TryCatchRule

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

private final class ASMContentHandler.TryCatchRule
extends ASMContentHandler.Rule

TryCatchRule


Constructor Summary
private ASMContentHandler.TryCatchRule()
           
 
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.TryCatchRule

private ASMContentHandler.TryCatchRule()
Method Detail

begin

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