Interface ParameterizedTypeTree

All Superinterfaces:
Tree
public interface ParameterizedTypeTree
extends Tree

A tree node for a type expression involving type parameters. For example:

type < typeArguments >

Since:
1.6

Nested Classes

Nested classes/interfaces declared in interface com.sun.source.tree.Tree

Tree.Kind

Methods

Modifier and Type Method Description
Tree getType()

Returns the base type.

List<? extends Tree> getTypeArguments()

Returns the type arguments.

Methods declared in interface com.sun.source.tree.Tree

accept, getKind

Methods

getType

Tree getType()

Returns the base type.

Returns:
the base type

getTypeArguments

List<? extends Tree> getTypeArguments()

Returns the type arguments.

Returns:
the type arguments