Property | Type | Description | |
---|---|---|---|
ObjectInvariant | void |
Method | Description | |
---|---|---|
Dispatch ( ICodeVisitor visitor ) : void |
|
|
TryCatchFinallyStatement ( ) : System |
Allocates and object that represents a try block with any number of catch clauses, any number of filter clauses and, optionally, a finally or fault block.
|
|
TryCatchFinallyStatement ( ITryCatchFinallyStatement tryCatchFinallyStatement ) : System |
|
Method | Description | |
---|---|---|
ObjectInvariant ( ) : void |
public Dispatch ( ICodeVisitor visitor ) : void | ||
visitor | ICodeVisitor | |
return | void |
public TryCatchFinallyStatement ( ITryCatchFinallyStatement tryCatchFinallyStatement ) : System | ||
tryCatchFinallyStatement | ITryCatchFinallyStatement | |
return | System |