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

All Superinterfaces:
Tree

@Beta
public interface WildcardTree
extends Tree

Wildcard type argument. JLS 4.5.1

Tree.Kind.UNBOUNDED_WILDCARD:

   ?
 
Tree.Kind.EXTENDS_WILDCARD:
   ? extends bound()
 
Tree.Kind.SUPER_WILDCARD:
   ? super bound()
 

Since:
Java 1.5

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

Method Detail

bound

@Nullable
Tree bound()


Copyright © 2012-2014 SonarSource. All Rights Reserved.