Catch

Constructors

this
this(Loc loc, Type t, Identifier id, 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.
compare
int compare(RootObject )
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print()
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.
toBuffer
void toBuffer(OutBuffer* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
dyncast
int dyncast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta