Modifier and Type | Method and Description |
---|---|
static Return |
build(IExpression e)
Create a return statement.
|
IExpression |
getExpression()
Get the returned expression.
|
void |
setExpression(IExpression e)
Set the returned expression.
|
attachTag, getSubElements, isCompound, replaceSubElement, retrieveTag
public static Return build(IExpression e)
Create a return statement.
e
- optional returned expressionpublic IExpression getExpression()
Get the returned expression.
public void setExpression(IExpression e)
Set the returned expression.
e
- optional return expression