TryCatchBlockStatementNode

Undocumented in source.

Constructors

this
this(size_t lineNo, StatementNode tryBlock, string name, StatementNode catchBlock, StatementNode fin)

Undocumented in source.

Members

Functions

accept
Variant accept(IStatementVisitor visitor)

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

toString
string toString()

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

Variables

catchBlockNode
StatementNode catchBlockNode;

Undocumented in source.

exceptionName
string exceptionName;

Undocumented in source.

finallyBlockNode
StatementNode finallyBlockNode;

Undocumented in source.

tryBlockNode
StatementNode tryBlockNode;

Undocumented in source.

Inherited Members

From StatementNode

accept
Variant accept(IStatementVisitor visitor)

Undocumented in source.

toString
string toString()

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

line
size_t line;

Undocumented in source.

Meta