com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICThrow |
C AST interface to represent throw statements.
Example:
throw something;
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICExpression |
getExpression()
Get the thrown expression.
| ||||||||||
abstract void |
setExpression(ICExpression e)
Set the thrown expression.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the thrown expression.
Set the thrown expression.
e | mandatory thrown expression |
---|