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 protected
Rule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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)
-
-