DeprecatedDeclaration

Constructors

this
this(Expression msg, Dsymbols* decl)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
const(char)* getMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
newScope
Scope* newScope(Scope* sc)

Provides a new scope with STCdeprecated and Scope.depdecl set

semantic2
void semantic2(Scope* sc)

Run the DeprecatedDeclaration's semantic2 phase then its members.

setScope
void setScope(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Dsymbol syntaxCopy(Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

msg
Expression msg;
Undocumented in source.
msgstr
const(char)* msgstr;
Undocumented in source.

Inherited Members

From StorageClassDeclaration

stc
StorageClass stc;
Undocumented in source.
syntaxCopy
Dsymbol syntaxCopy(Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
newScope
Scope* newScope(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
oneMember
bool oneMember(Dsymbol* ps, Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta