OverDeclaration

extern (C++) final
class OverDeclaration : Declaration {
Dsymbol overnext;
Dsymbol aliassym;
bool hasOverloads;
}

Inherited Members

From Declaration

checkModify
int checkModify(Loc loc, Scope* sc, Type t, Expression e1, int flag)

Check to see if declaration can be modified in this context (sc). Issue error if not.

Meta