- checkAttributes
void checkAttributes(Declaration node)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkDuplicateAttribute
void checkDuplicateAttribute(string attributeName, string attributeDesired, size_t line, size_t column, bool hasAttribute)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAttributeName
string getAttributeName(Attribute attribute, size_t line, size_t column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAttributeName
string getAttributeName(MemberFunctionAttribute memberFunctionAttribute, size_t line, size_t column)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Declaration node)
Undocumented in source. Be warned that the author may not have intended to support it.
Checks for duplicate attributes such as @property, @safe, @trusted, @system, pure, and nothrow