org.objectweb.asm.xml
Class ASMContentHandler.ExceptionsRule

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

private final class ASMContentHandler.ExceptionsRule
extends ASMContentHandler.Rule

ExceptionsRule


Field Summary
 
Fields inherited from class org.objectweb.asm.xml.ASMContentHandler.Rule
path
 
Constructor Summary
ASMContentHandler.ExceptionsRule(java.lang.String path)
           
 
Method Summary
 void end(java.lang.String element)
           
 
Methods inherited from class org.objectweb.asm.xml.ASMContentHandler.Rule
begin, 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.ExceptionsRule

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

end

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