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, getTypeprotected 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.Receiverpublic boolean isUnmodifiableByOtherCode()
FlowExpressions.ReceiverFlowExpressions.Receiver.isUnmodifiableByOtherCode() is true.isUnmodifiableByOtherCode in class FlowExpressions.Receiverpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean syntacticEquals(FlowExpressions.Receiver other)
syntacticEquals in class FlowExpressions.Receiverpublic boolean containsSyntacticEqualReceiver(FlowExpressions.Receiver other)
containsSyntacticEqualReceiver in class FlowExpressions.Receiverother.public java.lang.String toString()
toString in class java.lang.Object