Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
Modifier and Type | Method and Description |
---|---|
abstract NewArrayExpressionT |
TreeFactory.createNewInitializedArrayExpression(TypeReferenceT type,
ListExpressionT arrayconst)
Creates an array creator for an uninitialized array.
|
abstract NewArrayExpressionT |
TreeFactory.createNewUninitializedArrayExpression(TypeReferenceT type,
ListExpressionT args)
Creates an array creator for an initialized array.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitNewArrayExpression(NewArrayExpressionT tree)
Visits a NewArrayExpressionT.
|