public class ForwardQueryMultiDimensionalArray extends ForwardQueryArray
| Constructor and Description |
|---|
ForwardQueryMultiDimensionalArray(ControlFlowGraph.Edge stmt,
Val variable,
Integer index1,
Integer index2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getIndex1() |
Integer |
getIndex2() |
int |
hashCode() |
String |
toString() |
getIndexpublic ForwardQueryMultiDimensionalArray(ControlFlowGraph.Edge stmt, Val variable, Integer index1, Integer index2)
public String toString()
toString in class ForwardQueryArraypublic boolean equals(Object o)
equals in class ForwardQueryArraypublic int hashCode()
hashCode in class ForwardQueryArraypublic Integer getIndex1()
public Integer getIndex2()
Copyright © 2024. All rights reserved.