public class HoistedNestedDoStatement extends NestedDoStatement
Constructor and Description |
---|
HoistedNestedDoStatement(Xnode outerDoStatement,
int nb) |
Modifier and Type | Method and Description |
---|---|
HoistedNestedDoStatement |
cloneNestedGroup()
Clone current nested group with all its elements.
|
boolean |
needExtraction()
Check whether this group of do statements needs the extraction from na IF
statement.
|
boolean |
needIfStatement()
Check whether this group of do statements needs the creation of na IF
statement.
|
void |
setExtraction()
Set the IF extraction flag to true.
|
void |
setIfStatement()
Set the IF statement creation flag to true.
|
computeSwappingIndices, get, getInductionVariables, getInnerStatement, getOuterStatement, size
public HoistedNestedDoStatement(Xnode outerDoStatement, int nb)
public void setExtraction()
public void setIfStatement()
public boolean needExtraction()
public boolean needIfStatement()
public HoistedNestedDoStatement cloneNestedGroup()
cloneNestedGroup
in class NestedDoStatement