| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NewArrayExpressionT
An expression creating a new array. Array creators come in two flavors: normal and (explicitly) initialized.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface 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, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty | 
| Method Detail | 
|---|
TypeReferenceT getType()
void setType(TypeReferenceT type)
type - The new type reference.java.lang.IllegalStateException - if the input type is already linked.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||