Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
Block |
CatchClause.getBody()
Returns catch body
|
Modifier and Type | Method and Description |
---|---|
void |
CatchClause.setBody(Block body)
Sets catch body, and sets its parent to this node.
|