org.inxar.jenesis
Interface Throw

All Superinterfaces:
Codeable, Statement

public interface Throw
extends Statement

Statement subinterface for the throw keyword.


Method Summary
 Expression getThrowable()
          Gets the expression for this throw statement.
 void setThrowable(Expression expr)
          Sets the expression for this throw statement.
 
Methods inherited from interface org.inxar.jenesis.Statement
comment, getLabel, setLabel
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

setThrowable

public void setThrowable(Expression expr)
Sets the expression for this throw statement.

getThrowable

public Expression getThrowable()
Gets the expression for this throw statement.