public class ElementValueArray extends java.lang.Object implements ElementValue
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ElementValue> |
content |
| Constructor and Description |
|---|
ElementValueArray(java.util.List<ElementValue> content) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper d) |
boolean |
equals(java.lang.Object obj) |
ElementValue |
withTypeHint(JavaTypeInstance hint) |
private final java.util.List<ElementValue> content
public ElementValueArray(java.util.List<ElementValue> content)
public void collectTypeUsages(TypeUsageCollector collector)
collectTypeUsages in interface TypeUsageCollectablepublic ElementValue withTypeHint(JavaTypeInstance hint)
withTypeHint in interface ElementValuepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object