coins.aflow
クラス UDListImpl
java.lang.Object
|
+--coins.aflow.UDListImpl
- すべての実装インタフェース:
- UDList
- public class UDListImpl
- extends java.lang.Object
- implements UDList
クラス 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