org.objectweb.asm.xml
类 ASMContentHandler.Rule

java.lang.Object
  继承者 org.objectweb.asm.xml.ASMContentHandler.Rule
包容类:
ASMContentHandler

protected abstract class ASMContentHandler.Rule
extends Object

Rule


构造方法摘要
protected ASMContentHandler.Rule()
           
 
方法摘要
 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)
           
 
从类 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.