public void translate(ClassGenerator classGen, MethodGenerator methodGen) {
if (_ignore) return;
// Create a new method generator for an attribute set method
methodGen = new AttributeSetMethodGenerator(_method, classGen);
// Generate a reference to previous attribute-set definitions with the
// same name first. Those later in the stylesheet take precedence.
if (_mergeSet != null) {
final ConstantPoolGen cpg = classGen.getConstantPool();