org.objectweb.asm.xml
Class ASMContentHandler.AnnotationParameterRule

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

private final class ASMContentHandler.AnnotationParameterRule
extends ASMContentHandler.Rule


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

private ASMContentHandler.AnnotationParameterRule()
Method Detail

begin

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

end

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