org.objectweb.asm.xml
Class ASMContentHandler.Rule

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

protected abstract class ASMContentHandler.Rule
extends Object

Rule


Constructor Summary
protected ASMContentHandler.Rule()
           
 
Method Summary
 void begin(String name, Attributes attrs)
           
 void end(String name)
           
protected  int getAccess(String s)
           
protected  MethodVisitor getCodeVisitor()
           
protected  Label getLabel(Object label)
           
protected  Object getValue(String desc, String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASMContentHandler.Rule

protected ASMContentHandler.Rule()
Method Detail

begin

public void begin(String name,
                  Attributes attrs)
           throws SAXException
Throws:
SAXException

end

public void end(String name)

getValue

protected final Object getValue(String desc,
                                String val)
                         throws SAXException
Throws:
SAXException

getLabel

protected final Label getLabel(Object label)

getCodeVisitor

protected final MethodVisitor getCodeVisitor()

getAccess

protected final int getAccess(String s)