| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICReturn |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract ICExpression |
getExpression()
Get the (optional) returned expression.
| ||||||||||
| abstract boolean |
returnsVoid()
Determine if the return statement returns void.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICStatement
| |||||||||||
Get the (optional) returned expression.
Determine if the return statement returns void.