| com.pnfsoftware.jeb.core.units.code.java.IJavaReturn |
Java AST interface to represent return statements of methods.
Return statements may or may not return expressions.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract IJavaExpression |
getExpression()
Get the returned expression.
| ||||||||||
| abstract void |
setExpression(IJavaExpression e)
Set the returned expression.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaElement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaTerminalStatement
| |||||||||||
Get the returned expression.
Set the returned expression.
| e | optional return expression |
|---|