| Modifier and Type | Method and Description |
|---|---|
static Throw |
build(IExpression e)
Create a throw statement.
|
IExpression |
getExpression()
Get the thrown expression.
|
void |
setExpression(IExpression e)
Set the thrown expression.
|
attachTag, getSubElements, isCompound, replaceSubElement, retrieveTagpublic static Throw build(IExpression e)
Create a throw statement.
e - mandatory thrown expressionpublic IExpression getExpression()
Get the thrown expression.
public void setExpression(IExpression e)
Set the thrown expression.
e - mandatory thrown expression