Package 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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin(String name, Attributes attrs)voidend(String name)protected intgetAccess(String s)protected MethodVisitorgetCodeVisitor()protected LabelgetLabel(Object label)protected ObjectgetValue(String desc, String val)
-
-
-
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
-
getCodeVisitor
protected final MethodVisitor getCodeVisitor()
-
getAccess
protected final int getAccess(String s)
-
-