Method |
Description |
|
GetExpression ( ) : AstNode |
Returns the expression being thrown |
|
SetExpression ( AstNode expression ) : void |
Sets the expression being thrown, and sets its parent to this node. Sets the expression being thrown, and sets its parent to this node. |
|
ThrowStatement ( ) : System.Text |
|
|
ThrowStatement ( AstNode expr ) : System.Text |
|
|
ThrowStatement ( int pos ) : System.Text |
|
|
ThrowStatement ( int pos, AstNode expr ) : System.Text |
|
|
ThrowStatement ( int pos, int len ) : System.Text |
|
|
ThrowStatement ( int pos, int len, AstNode expr ) : System.Text |
|
|
ToSource ( int depth ) : string |
|
|
Visit ( NodeVisitor v ) : void |
Visits this node, then the thrown expression. Visits this node, then the thrown expression. |
|