public interface

ICReturn

implements ICStatement
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICReturn

Summary

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

Public Methods

public abstract ICExpression getExpression ()

Get the (optional) returned expression.

Returns
  • returned expression, null if none

public abstract boolean returnsVoid ()

Determine if the return statement returns void.

Returns
  • true if void