public static final class Java.ArrayInitializer extends Java.Located implements Java.ArrayInitializerOrRvalue
Allocates an array and initializes its members with (not necessarily constant) values.
Modifier and Type | Field and Description |
---|---|
Java.ArrayInitializerOrRvalue[] |
values
The values to assign to the array elements.
|
NOWHERE
Constructor and Description |
---|
ArrayInitializer(Location location,
Java.ArrayInitializerOrRvalue[] values) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocation, throwCompileException
public final Java.ArrayInitializerOrRvalue[] values
public ArrayInitializer(Location location, Java.ArrayInitializerOrRvalue[] values)
Copyright © 2001–2016. All rights reserved.