public static class FlowExpressions.ArrayCreation extends FlowExpressions.Receiver
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FlowExpressions.Receiver> |
dimensions |
protected java.util.List<FlowExpressions.Receiver> |
initializers |
type
Constructor and Description |
---|
ArrayCreation(javax.lang.model.type.TypeMirror type,
java.util.List<FlowExpressions.Receiver> dimensions,
java.util.List<FlowExpressions.Receiver> initializers) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsOfClass(java.lang.Class<? extends FlowExpressions.Receiver> clazz) |
boolean |
containsSyntacticEqualReceiver(FlowExpressions.Receiver other) |
boolean |
equals(java.lang.Object obj) |
java.util.List<FlowExpressions.Receiver> |
getDimensions() |
java.util.List<FlowExpressions.Receiver> |
getInitializers() |
int |
hashCode() |
boolean |
isUnmodifiableByOtherCode()
Returns true if and only if the value this expression stands for cannot be changed by a
method call.
|
boolean |
syntacticEquals(FlowExpressions.Receiver other) |
java.lang.String |
toString() |
containsModifiableAliasOf, containsUnknown, getType
protected final java.util.List<FlowExpressions.Receiver> dimensions
protected final java.util.List<FlowExpressions.Receiver> initializers
public ArrayCreation(javax.lang.model.type.TypeMirror type, java.util.List<FlowExpressions.Receiver> dimensions, java.util.List<FlowExpressions.Receiver> initializers)
public java.util.List<FlowExpressions.Receiver> getDimensions()
public java.util.List<FlowExpressions.Receiver> getInitializers()
public boolean containsOfClass(java.lang.Class<? extends FlowExpressions.Receiver> clazz)
containsOfClass
in class FlowExpressions.Receiver
public boolean isUnmodifiableByOtherCode()
FlowExpressions.Receiver
FlowExpressions.Receiver.isUnmodifiableByOtherCode()
is true.isUnmodifiableByOtherCode
in class FlowExpressions.Receiver
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean syntacticEquals(FlowExpressions.Receiver other)
syntacticEquals
in class FlowExpressions.Receiver
public boolean containsSyntacticEqualReceiver(FlowExpressions.Receiver other)
containsSyntacticEqualReceiver
in class FlowExpressions.Receiver
other
.public java.lang.String toString()
toString
in class java.lang.Object