com.pnfsoftware.jeb.core.units.code.java.IJavaThrow |
Java AST interface to represent throw statements.
Example: throw new RuntimeException();
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract IJavaExpression |
getExpression()
Get the thrown expression.
| ||||||||||
abstract void |
setExpression(IJavaExpression e)
Set the thrown expression.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the thrown expression.
Set the thrown expression.
e | mandatory thrown expression |
---|