Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.tree
Interface NewArrayExpressionT  view NewArrayExpressionT download NewArrayExpressionT.java

All Superinterfaces:
ExpressionT, Tree

public interface NewArrayExpressionT
extends ExpressionT

An expression creating a new array. Array creators come in two flavors: normal and (explicitly) initialized.

TODO: Explain what array dimensions are returned.


Nested Class Summary
 
Nested classes inherited from class javax.ide.model.java.source.tree.ExpressionT
ExpressionT.ExpressionKind
 
Field Summary
 
Fields inherited from interface javax.ide.model.java.source.tree.ExpressionT
EMPTY_ARRAY
 
Method Summary
 TypeReferenceT getType()
          Gets the type reference for this element.
 void setType(TypeReferenceT type)
          Unlinks the current source type and links the input element.
 
Methods inherited from interface javax.ide.model.java.source.tree.ExpressionT
getExpressionKind, getFirstOperand, getOperandAt, getOperandCount, getOperands, getSecondOperand, getThirdOperand
 
Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
 

Method Detail

getType

public TypeReferenceT getType()
Gets the type reference for this element.


setType

public void setType(TypeReferenceT type)
Unlinks the current source type and links the input element.