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

All Superinterfaces:
Tree

@Beta
public interface TypeParameterTree
extends Tree

Type parameter. JLS 4.4

   name()
   name() extends bounds()
 

Since:
Java 1.3

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

Method Detail

name

String name()

bounds

List<Tree> bounds()


Copyright © 2012-2014 SonarSource. All Rights Reserved.