org.objectweb.asm.xml
Class ASMContentHandler.SourceRule

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

private final class ASMContentHandler.SourceRule
extends ASMContentHandler.Rule


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

private ASMContentHandler.SourceRule()
Method Detail

begin

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