public static class FlowExpressions.ArrayCreation extends FlowExpressions.Receiver
Modifier and Type | Field and Description |
---|---|
protected List<Node> |
dimensions |
protected List<Node> |
initializers |
type
Constructor and Description |
---|
ArrayCreation(TypeMirror type,
List<Node> dimensions,
List<Node> initializers) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsOfClass(Class<? extends FlowExpressions.Receiver> clazz) |
boolean |
containsSyntacticEqualReceiver(FlowExpressions.Receiver other) |
boolean |
equals(Object obj) |
List<Node> |
getDimensions() |
List<Node> |
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) |
String |
toString() |
containsModifiableAliasOf, containsUnknown, getType
public ArrayCreation(TypeMirror type, List<Node> dimensions, List<Node> initializers)
public boolean containsOfClass(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 boolean syntacticEquals(FlowExpressions.Receiver other)
syntacticEquals
in class FlowExpressions.Receiver
public boolean containsSyntacticEqualReceiver(FlowExpressions.Receiver other)
containsSyntacticEqualReceiver
in class FlowExpressions.Receiver
other
.