| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaElement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaTerminalStatement
| |||||||||||
Get the thrown expression.
Set the thrown expression.
| e | mandatory thrown expression |
|---|