jltools.ast
Interface Throw

All Superinterfaces:
java.lang.Cloneable, Copy, Node, java.io.Serializable, Stmt
All Known Implementing Classes:
Throw_c

public interface Throw
extends Stmt

A Throw is an immutable representation of a throw statement. Such a statement contains a single Expr which evaluates to the object being thrown.


Method Summary
 Expr expr()
           
 Throw expr(Expr expr)
           
 
Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren
 

Method Detail

expr

public Expr expr()

expr

public Throw expr(Expr expr)