|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
FlowAnalSym interface Symbol for flow analysis such as Var, Reg, ExpId.
| フィールドの概要 |
| インタフェース coins.sym.Sym から継承したフィールド |
KIND_NAME, VISIBILITY |
| メソッドの概要 | |
int |
getIndex()
getIndex Get the index number assigned to the symbol. |
java.util.Set |
getOperandSet()
getOperandSet Get the set of operands used in computing the value of this abstract register. |
void |
resetFlowAnalInf()
resetFlowAnalInf Reset information for flow analysis, that is, nullify DefUseList, definition list, use list, ExpId, and reset the index value to 0. |
void |
setIndex(int pIndex)
setIndex Set the index number assigned to the symbol. |
| インタフェース coins.sym.Sym0 から継承したメソッド |
charConst, definedType, defineElem, defineLabel, defineParam, defineSubp, defineVar, enumType, floatConst, getDefinedFile, getDefinedIn, getFlag, getName, getNextSym, getRecordedIn, getSymKind, getSymType, getUniqueName, intConst, isGlobal, namedConst, pointerType, setFlag, stringConst, structType, subpType, unionType, vectorType, vectorTypeUnfixed |
| メソッドの詳細 |
public int getIndex()
public void setIndex(int pIndex)
pIndex - index number to be set to this symbol.public void resetFlowAnalInf()
public java.util.Set getOperandSet()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||