AliasDeclaration

extern (C++) final
class AliasDeclaration : Declaration {
Dsymbol aliassym;
Dsymbol overnext;
Dsymbol _import;
bool wasTemplateParameter;
}

Inherited Members

From Declaration

checkDisabled
bool checkDisabled(Loc loc, Scope* sc, bool isAliasedDeclaration = false)

Issue an error if an attempt to call a disabled method is made

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

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

Meta