Package org.sonar.plugins.java.api.tree
Interface UnionTypeTree
-
- All Known Implementing Classes:
JavaTree.UnionTypeTreeImpl
@Beta public interface UnionTypeTree extends TypeTree
Union type expression in a multi-catch.- Since:
- Java 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTree<TypeTree>typeAlternatives()-
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, firstToken, is, kind, lastToken, parent
-
Methods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
annotations, symbolType
-
-