|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.flow.DefUseCellImpl
DefUseCellImpl class: Def-use list cell representaing a definition and list of its use points.
| Field Summary | |
protected IR |
fDefNode
|
FlowRoot |
flowRoot
|
protected IrList |
fUseList
|
| Constructor Summary | |
DefUseCellImpl(FlowRoot pFlowRoot,
IR pDefNode)
|
|
| Method Summary | |
void |
addUseNode(IR pUseNode)
|
IR |
getDefNode()
|
IrList |
getUseList()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final FlowRoot flowRoot
protected IR fDefNode
protected IrList fUseList
| Constructor Detail |
public DefUseCellImpl(FlowRoot pFlowRoot,
IR pDefNode)
| Method Detail |
public IR getDefNode()
getDefNode in interface DefUseCellpublic IrList getUseList()
getUseList in interface DefUseCellpublic void addUseNode(IR pUseNode)
addUseNode in interface DefUseCell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||