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

All Implemented Interfaces:
    Tree

All Known Implementing Classes:
    JCTypeUnion

A tree node for a union type expression in a multicatch var declaration.
Method from com.sun.source.tree.UnionTypeTree Summary:
getTypeAlternatives
Method from com.sun.source.tree.UnionTypeTree Detail:
 public List<Tree> getTypeAlternatives()