CompileError

Undocumented in source.

Constructors

this
this(Location location, string message)
Undocumented in source.

Members

Functions

toString
string toString(Context )
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

expression
auto expression [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
symbol
auto symbol [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
auto type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

exprStorage
void[StorageSize!ErrorExpression] exprStorage;
Undocumented in source.
location
Location location;
Undocumented in source.
message
string message;
Undocumented in source.
symStorage
void[StorageSize!ErrorSymbol] symStorage;
Undocumented in source.

Meta