public static class Java.ElementValueArrayInitializer extends Object implements Java.ElementValue
SuppressWarnings({ "null", "unchecked"
})
'.Modifier and Type | Field and Description |
---|---|
Java.ElementValue[] |
elementValues
The element values in the body of the array initializer.
|
Constructor and Description |
---|
ElementValueArrayInitializer(Java.ElementValue[] elementValues) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.ElementValueVisitor visitor)
Invokes the '
visit...() ' method of Visitor.ElementValueVisitor for the concrete Java.ElementValue type. |
String |
toString() |
public final Java.ElementValue[] elementValues
public ElementValueArrayInitializer(Java.ElementValue[] elementValues)
public void accept(Visitor.ElementValueVisitor visitor)
Java.ElementValue
visit...()
' method of Visitor.ElementValueVisitor
for the concrete Java.ElementValue
type.accept
in interface Java.ElementValue
Copyright © 2001–2016. All rights reserved.