org.objectweb.asm.xml

Class ASMContentHandler.Rule

Enclosing Class:
ASMContentHandler

protected abstract class ASMContentHandler.Rule
extends Object

Rule

Method Summary

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 Details

begin

public void begin(String name,
                  Attributes attrs)


end

public void end(String name)


getAccess

protected final int getAccess(String s)


getCodeVisitor

protected final MethodVisitor getCodeVisitor()


getLabel

protected final Label getLabel(Object label)


getValue

protected final Object getValue(String desc,
                                String val)