d.ir.error

Undocumented in source.

Members

Classes

CompileError
class CompileError
Undocumented in source.
ErrorExpression
class ErrorExpression

An Error occured but an Expression is expected. Useful for speculative compilation.

ErrorSymbol
class ErrorSymbol

An Error occured but a Symbol is expected. Useful for speculative compilation.

Enums

isErrorizable
eponymoustemplate isErrorizable(T)
Undocumented in source.

Functions

errorize
CompileError errorize(E e)
Undocumented in source. Be warned that the author may not have intended to support it.
errorize
CompileError errorize(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
errorize
CompileError errorize(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
errorize
CompileError errorize(T[] ts)
Undocumented in source. Be warned that the author may not have intended to support it.
errorize
CompileError errorize(T ts)
Undocumented in source. Be warned that the author may not have intended to support it.
getError
CompileError getError(T t, Location location, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta