org.objectweb.asm.xml
类 ASMContentHandler.Rule
java.lang.Object
org.objectweb.asm.xml.ASMContentHandler.Rule
- 包容类:
- ASMContentHandler
protected abstract class ASMContentHandler.Rule
- extends Object
Rule
| 从类 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
- 抛出:
SAXException
end
public void end(String name)
getValue
protected final Object getValue(String desc,
String val)
throws SAXException
- 抛出:
SAXException
getLabel
protected final Label getLabel(Object label)
getCodeVisitor
protected final MethodVisitor getCodeVisitor()
getAccess
protected final int getAccess(String s)
Copyright © 2013. All Rights Reserved.