Java org.eclipse.jdt.core.dom ParameterizedType fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom ParameterizedType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom ParameterizedType.

The text is from its open source code.

Field

ChildPropertyDescriptorTYPE_PROPERTY
The "type" structural property of this node type (child type: Type ).
ChildListPropertyDescriptorTYPE_ARGUMENTS_PROPERTY
The "typeArguments" structural property of this node type (element type: Type ).
ASTNode.NodeListtypeArguments
The type arguments (element type: Type ).

Constructor

ParameterizedType(AST ast)
Creates a new unparented node for a parameterized type owned by the given AST.

Method

TypegetType()
Returns the type of this parameterized type.
voidsetType(Type type)
Sets the type of this parameterized type.