|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
UDList interface List of UDChains that are associated with a particular FlowAnalSym
メソッドの概要 | |
UDChain |
addUDChain(IR pUseNode)
addUDChain: Add UDChain which will be created by pUseNode that uses some symbol. |
UDChain |
getUDChain(IR pUseNode)
getUDChain: Get UDChain having pUseNode as its use 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. |
メソッドの詳細 |
public UDChain addUDChain(IR pUseNode)
public UDChain getUDChain(IR pUseNode)
public UDChain getUDChainRaw(IR pUseNode)
getUDChain(IR)
, but if there is no UDChain with the specified argument as the Use node, returns null.
public java.util.List getUDChains()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |