Returns all attributes of this assignment.
@override Iterable<Attribute> get attributes => targets .where(_isOfType("Attribute")) .map((AST e) => Attribute.from(e._classDelegate));