BaseAnalyzer

Undocumented in source.

Constructors

this
this(string fileName, Scope* sc)
Undocumented in source.

Members

Functions

addErrorMessage
void addErrorMessage(size_t line, size_t column, string key, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
messages
Message[] messages()
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

visitTemplate
template visitTemplate(T)
Undocumented in source.

Variables

_messages
MessageSet _messages;
Undocumented in source.
fileName
string fileName;

The file name

inAggregate
bool inAggregate;
Undocumented in source.
sc
const(Scope)* sc;
Undocumented in source.

Meta