org.objectweb.asm.xml

Class ASMContentHandler.Rule

protected abstract class ASMContentHandler.Rule extends Object

Rule
Method Summary
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)

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)