6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')

Reviewed-by: jjg, darcy
This commit is contained in:
Maurizio Cimadamore 2010-05-03 17:12:59 -07:00
parent 3c813135d9
commit de2b567108
32 changed files with 773 additions and 33 deletions

View file

@ -233,6 +233,11 @@ public interface Tree {
*/
PARAMETERIZED_TYPE(ParameterizedTypeTree.class),
/**
* Used for instances of {@link DisjointTypeTree}.
*/
DISJOINT_TYPE(DisjointTypeTree.class),
/**
* Used for instances of {@link TypeCastTree}.
*/