- All Superinterfaces:
 
Tree 
public interface ParameterizedTypeTree
extends Tree 
A tree node for a type expression involving type parameters.
 For example:
 
   type < typeArguments >
 
 
- See Java Language Specification:
 
- 
4.5.1 Type Arguments of Parameterized Types
 
- Since:
 
- 1.6
 
- 
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.Tree
Tree.Kind 
 
- 
Method Summary
Returns the type arguments.
 
 
 
 
 
- 
Method Details
- 
getType
Returns the base type.
- Returns:
 
- the base type
 
 
- 
getTypeArguments
Returns the type arguments.
- Returns:
 
- the type arguments