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 classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree |
Tree.Kind |
| Methods inherited from interface org.sonar.plugins.java.api.tree.Tree |
accept, is |
type
Tree type()
typeArguments
List<Tree> typeArguments()
Copyright © 2012-2014 SonarSource. All Rights Reserved.