protected abstract class ASMContentHandler.Rule extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | Rule() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
public void begin(String name, Attributes attrs) throws SAXException
SAXExceptionpublic void end(String name)
protected final Object getValue(String desc, String val) throws SAXException
SAXExceptionprotected final MethodVisitor getCodeVisitor()
protected final int getAccess(String s)