|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
UDList interface List of UDChains that are associated with a particular FlowAnalSym
| Method Summary | |
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. |
| Method Detail |
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||