Class ASMContentHandler.Rule

  • Enclosing class:
    ASMContentHandler

    protected abstract class ASMContentHandler.Rule
    extends java.lang.Object
    Rule
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Rule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void begin​(java.lang.String name, org.xml.sax.Attributes attrs)  
      void end​(java.lang.String name)  
      protected int getAccess​(java.lang.String s)  
      protected MethodVisitor getCodeVisitor()  
      protected Label getLabel​(java.lang.Object label)  
      protected java.lang.Object getValue​(java.lang.String desc, java.lang.String val)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Rule

        protected Rule()
    • Method Detail

      • begin

        public void begin​(java.lang.String name,
                          org.xml.sax.Attributes attrs)
                   throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • end

        public void end​(java.lang.String name)
      • getValue

        protected final java.lang.Object getValue​(java.lang.String desc,
                                                  java.lang.String val)
                                           throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • getLabel

        protected final Label getLabel​(java.lang.Object label)
      • getCodeVisitor

        protected final MethodVisitor getCodeVisitor()
      • getAccess

        protected final int getAccess​(java.lang.String s)