|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.opt.ReplaceInfo.Item
title: class Item
description: Information of global variable whitch is related by key of Map structure. It has following contants.
| Field Summary | |
protected int |
fCount
|
protected Var |
fReplacedVar
|
protected java.util.List |
fReplaceNodeList
|
| Constructor Summary | |
ReplaceInfo.Item()
Construct this object. |
|
| Method Summary | |
void |
add(VarNode pReplaceVarNode)
Add using of VarNode, and this node may be replaced by temporal var, so add to list of replacenode. |
void |
clear()
Clear this object. |
int |
getCount()
Get use count. |
Var |
getReplacedVar()
Get temporal var whitch replaced. |
int |
getReplaceNodeCount()
Get count of list of VarNodes whitch replace. |
java.util.List |
getReplaceNodeList()
Get list of VarNodes whitch replace. |
boolean |
removeReplacdNode(VarNode pReplacedNode)
Remove VarNode from ReplaceNodeList, when it is replaced by temporal variable. |
void |
setReplacedVar(Var pVar)
Set temporal var whitch replaced |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int fCount
protected Var fReplacedVar
protected java.util.List fReplaceNodeList
| Constructor Detail |
public ReplaceInfo.Item()
| Method Detail |
public void clear()
public int getCount()
public Var getReplacedVar()
public void setReplacedVar(Var pVar)
pVar - temporal var whitch replaced.public java.util.List getReplaceNodeList()
public int getReplaceNodeCount()
public void add(VarNode pReplaceVarNode)
pReplaceVarNode - Var node whitch may be replaced by temporal var.public boolean removeReplacdNode(VarNode pReplacedNode)
pReplacedNode - Removed var node whitch is replaced.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||