Java.ElementValue
public static class Java.ElementValueArrayInitializer extends Object implements Java.ElementValue
SuppressWarnings({ "null", "unchecked"
})
'.Modifier and Type | Field | Description |
---|---|---|
Java.ElementValue[] |
elementValues |
The element values in the body of the array initializer.
|
Constructor | Description |
---|---|
ElementValueArrayInitializer(Java.ElementValue[] elementValues) |
Modifier and Type | Method | 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–2019. All rights reserved.