Class ThrowStmt

All Implemented Interfaces:
NodeWithExpression<ThrowStmt>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class ThrowStmt extends Statement implements NodeWithExpression<ThrowStmt>
Usage of the throw statement.
throw new Exception()
Author:
Julio Vilmar Gesser