Catch

Constructors

this
this(Loc loc, Type type, Identifier ident, Statement handler)
Undocumented in source.

Members

Functions

syntaxCopy
Catch syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

errors
bool errors;
Undocumented in source.
handler
Statement handler;
Undocumented in source.
ident
Identifier ident;
Undocumented in source.
internalCatch
bool internalCatch;
Undocumented in source.
loc
Loc loc;
Undocumented in source.
type
Type type;
Undocumented in source.
var
VarDeclaration var;
Undocumented in source.

Inherited Members

From RootObject

equals
bool equals(RootObject o)
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
const(char)[] toString()
dyncast
DYNCAST dyncast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta