org.objectweb.asm.xml
Class ASMContentHandler.Rule
java.lang.Object
org.objectweb.asm.xml.ASMContentHandler.Rule
- Enclosing class:
- ASMContentHandler
protected abstract class ASMContentHandler.Rule
- extends Object
Rule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASMContentHandler.Rule
protected ASMContentHandler.Rule()
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)