|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CoinsIterator tailored to SetRefReprList.
| Method Summary | |
void |
add(IR pIR)
Creates a SetRefRepr that encloses the given
IR object (subtree), and adds the generated
SetRefRepr as per to the contract of the
{ coins.aflow.util.CoinsIterator#add(Object)}, and in the case
of HIR, also adds the given IR subtree to the
appropriate context within the HIR program tree. |
void |
addAfter(IR pIR)
Creates a SetRefRepr that encloses the given
IR object (subtree), and adds the generated
SetRefRepr as per to the contract of the
{link coins.aflow.util.CoinsIterator#addAfter(Object)},
and in the case of HIR, also adds the given IR subtree
to the appropriate context within the HIR program tree. |
void |
remove()
Removes a SetRefRepr as per to the contract of
the { coins.aflow.util.CoinsIterator#remove()},
and in the case of HIR, also removes the subtree associated
with the removed SetRefRepr. |
| Methods inherited from interface coins.aflow.util.CoinsIterator |
add, addAfter, next, nextIndex, previous, previousIndex |
| Methods inherited from interface java.util.ListIterator |
hasNext, hasPrevious, set |
| Method Detail |
public void remove()
SetRefRepr as per to the contract of
the { coins.aflow.util.CoinsIterator#remove()},
and in the case of HIR, also removes the subtree associated
with the removed SetRefRepr.
remove in interface CoinsIteratorpublic void add(IR pIR)
SetRefRepr that encloses the given
IR object (subtree), and adds the generated
SetRefRepr as per to the contract of the
{ coins.aflow.util.CoinsIterator#add(Object)}, and in the case
of HIR, also adds the given IR subtree to the
appropriate context within the HIR program tree.
public void addAfter(IR pIR)
SetRefRepr that encloses the given
IR object (subtree), and adds the generated
SetRefRepr as per to the contract of the
{link coins.aflow.util.CoinsIterator#addAfter(Object)},
and in the case of HIR, also adds the given IR subtree
to the appropriate context within the HIR program tree.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||