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

All Superinterfaces:
Tree

@Beta
public interface ParameterizedTypeTree
extends Tree

Parameterized type. JLS 4.5.1

   type() < typeArguments() >
 

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 type()
           
 List<Tree> typeArguments()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

type

Tree type()

typeArguments

List<Tree> typeArguments()


Copyright © 2012-2014 SonarSource. All Rights Reserved.