coins.aflow
クラス UDListImpl

java.lang.Object
  |
  +--coins.aflow.UDListImpl
すべての実装インタフェース:
UDList

public class UDListImpl
extends java.lang.Object
implements UDList


フィールドの概要
 FlowRoot flowRoot
           
protected  java.util.List fUDChainList
           
 
コンストラクタの概要
protected UDListImpl(FlowRoot pFlowRoot)
           
 
メソッドの概要
 UDChain addUDChain(IR pUseNode)
          addUDChain: Add UDChain which will be created by pUseNode that uses some symbol.
(パッケージプライベート)  UDChain getOrAddUDChain(IR pUseNode)
           
 UDChain getUDChain(IR pUseNode)
          getUDChain: Get UDChain having pUseNode as its definie node.
 UDChain getUDChainRaw(IR pUseNode)
          Just like getUDChain(IR), but if there is no UDChain with the specified argument as the Use node, returns null.
 java.util.List getUDChains()
          Returns the list of UDChains this UDList object holds.
 java.lang.String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

flowRoot

public final FlowRoot flowRoot

fUDChainList

protected java.util.List fUDChainList
コンストラクタの詳細

UDListImpl

protected UDListImpl(FlowRoot pFlowRoot)
メソッドの詳細

addUDChain

public UDChain addUDChain(IR pUseNode)
インタフェース UDList の記述:
addUDChain: Add UDChain which will be created by pUseNode that uses some symbol.

定義:
インタフェース UDList 内の addUDChain

getUDChain

public UDChain getUDChain(IR pUseNode)
getUDChain: Get UDChain having pUseNode as its definie node.

定義:
インタフェース UDList 内の getUDChain

getOrAddUDChain

UDChain getOrAddUDChain(IR pUseNode)

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

getUDChains

public java.util.List getUDChains()
インタフェース UDList の記述:
Returns the list of UDChains this UDList object holds.

定義:
インタフェース UDList 内の getUDChains

getUDChainRaw

public UDChain getUDChainRaw(IR pUseNode)
インタフェース UDList の記述:
Just like UDList.getUDChain(IR), but if there is no UDChain with the specified argument as the Use node, returns null.

定義:
インタフェース UDList 内の getUDChainRaw