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

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

Introduction

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

The text is from its open source code.

Field

ChildPropertyDescriptorCOMPONENT_TYPE_PROPERTY
The "componentType" structural property of this node type (child type: Type ).
ASTNode.NodeListdimensions
List of dimensions this node has with optional annotations (element type: Dimension ).

Method

TypegetComponentType()
Returns the component type of this array type.
intgetDimensions()
Returns the number of dimensions in this array type.
TypegetElementType()
Returns the element type of this array type.
voidsetComponentType(Type componentType)
Sets the component type of this array type.