org.sonar.plugins.java.api.tree
Interface UnionTypeTree

All Superinterfaces:
Tree

@Beta
public interface UnionTypeTree
extends Tree

Union type expression in a multi-catch.

Since:
Java 1.7

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 List<Tree> typeAlternatives()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

typeAlternatives

List<Tree> typeAlternatives()


Copyright © 2012-2014 SonarSource. All Rights Reserved.