- accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
- addMember
void addMember(Scope* sc, ScopeDsymbol sds)
Undocumented in source. Be warned that the author may not have intended to support it.
- importAll
void importAll(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
- include
Dsymbols* include(Scope* sc)
Different from other AttribDeclaration subclasses, include() call requires
the completion of addMember and setScope phases.
- kind
const(char)* kind()
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
`<scopesym> { static if (<condition>) { <decl> } else { <elsedecl> } }`