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

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

Introduction

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

The text is from its open source code.

Field

ChildListPropertyDescriptorEXPRESSIONS_PROPERTY
The "expressions" structural property of this node type (element type: Expression ).
ASTNode.NodeListexpressions
The list of expressions (element type: Expression ).

Constructor

ArrayInitializer(AST ast)
Creates a new AST node for an array initializer owned by the given AST.