output.accumulate(new NativeImplementsDeclaration(node, type));
} else {
interfaceType = attrMap.get("interface", null);
if (interfaceType != null) {
TemplateName templateName = TemplateName.create(null, interfaceType);
output.accumulate(new UnboundImplementsDeclaration(node, templateName));
}
}
return null;
}