SymbolDeclaration

This is a shell around a back end symbol

extern (C++) final
class SymbolDeclaration : Declaration {
StructDeclaration dsym;
}

Inherited Members

From Declaration

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

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.

Suggestion Box / Bug Report