|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.aflow.util.CoinsList.Itr | +--coins.aflow.SetRefReprListHir.SetRefReprListHirItr
フィールドの概要 |
クラス coins.aflow.util.CoinsList.Itr から継承したフィールド |
expectedModCount, lastReturned, lNexted, next, nextIndex |
コンストラクタの概要 | |
(パッケージプライベート) |
SetRefReprListHir.SetRefReprListHirItr(int pIndex)
|
メソッドの概要 | |
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.CoinsList.Itr から継承したメソッド |
add, addAfter, checkForComodification, hasNext, hasPrevious, lastReturned, next, nextIndex, previous, previousIndex, set |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース coins.aflow.util.CoinsIterator から継承したメソッド |
add, addAfter, next, nextIndex, previous, previousIndex |
インタフェース java.util.ListIterator から継承したメソッド |
hasNext, hasPrevious, set |
コンストラクタの詳細 |
SetRefReprListHir.SetRefReprListHirItr(int pIndex)
メソッドの詳細 |
public void remove()
SetRefReprIterator
の記述: 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
.
SetRefReprIterator
内の remove
CoinsList.Itr
内の remove
public void add(IR pIR)
SetRefReprIterator
の記述: 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.
SetRefReprIterator
内の add
public void addAfter(IR pIR)
SetRefReprIterator
の記述: 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.
SetRefReprIterator
内の addAfter
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |