Home » openjdk-7 » com.sun.source » tree » [javadoc | source]
com.sun.source.tree
public interface: ThrowTree [javadoc | source]

All Implemented Interfaces:
    StatementTree

All Known Implementing Classes:
    JCThrow

A tree node for a 'throw' statement. For example:
  throw expression;
Method from com.sun.source.tree.ThrowTree Summary:
getExpression
Method from com.sun.source.tree.ThrowTree Detail:
 public ExpressionTree getExpression()