|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
CoinsIterator tailored to SetRefReprList.
メソッドの概要 | |
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 . |
インタフェース coins.aflow.util.CoinsIterator から継承したメソッド |
add, addAfter, next, nextIndex, previous, previousIndex |
インタフェース java.util.ListIterator から継承したメソッド |
hasNext, hasPrevious, set |
メソッドの詳細 |
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
.
CoinsIterator
内の remove
public 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.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |