public class SubscriptPair
extends java.lang.Object
Constructor and Description |
---|
SubscriptPair(Expression s1,
Expression s2,
Statement st1,
Statement st2,
java.util.LinkedList<Loop> nest,
java.util.HashMap<Loop,LoopInfo> loopinfo)
Constructs a new subscript pair with the given pairs of expressions,
statements, and the loop nest information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public SubscriptPair(Expression s1, Expression s2, Statement st1, Statement st2, java.util.LinkedList<Loop> nest, java.util.HashMap<Loop,LoopInfo> loopinfo)
s1
- the first subscript expression.s2
- the second subscript expression.st1
- the first statement.st2
- the second subscript expression.nest
- the loop nest.loopinfo
- the extra information about loops.