|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.opt.ReplaceInfo.Item
title: class Item
description: Information of global variable whitch is related by key of Map structure. It has following contants.
| フィールドの概要 | |
protected int |
fCount
|
protected Var |
fReplacedVar
|
protected java.util.List |
fReplaceNodeList
|
| コンストラクタの概要 | |
ReplaceInfo.Item()
Construct this object. |
|
| メソッドの概要 | |
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 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected int fCount
protected Var fReplacedVar
protected java.util.List fReplaceNodeList
| コンストラクタの詳細 |
public ReplaceInfo.Item()
| メソッドの詳細 |
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.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||