JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
jdk.compiler
com.sun.source.tree
UnionTypeTree
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Nested Class Summary
Method Summary
Method Details
getTypeAlternatives()
Interface UnionTypeTree
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.
Tree
Tree.Kind
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<? extends
Tree
>
getTypeAlternatives
()
Returns the alternative type expressions.
Methods declared in interface com.sun.source.tree.
Tree
accept
,
getKind
Method Details
getTypeAlternatives
List
<? extends
Tree
>
getTypeAlternatives
()
Returns the alternative type expressions.
Returns:
the alternative type expressions