- All Superinterfaces:
- Tree
public interface UnionTypeTree
extends Tree 
A tree node for a union type expression in a multicatch
 variable declaration.
- Since:
- 1.7
- 
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.TreeTree.Kind
 
- 
Method Summary
Returns the alternative type expressions. 
 
 
 
 
- 
Method Details
- 
getTypeAlternativesList<? extends Tree> getTypeAlternatives() 
 Returns the alternative type expressions. 
- Returns:
- the alternative type expressions