|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.ir.hir.HIR_Impl
|
+--coins.ir.hir.StmtImpl
|
+--coins.ir.hir.InfStmtImpl
Information node treated as a statement (pragma, comment line, etc.)
| フィールドの概要 | |
(パッケージプライベート) java.lang.String |
fInfKind
|
boolean |
fReformed
|
| クラス coins.ir.hir.StmtImpl から継承したフィールド |
fMultiBlock, fNextStmt, fPrevStmt |
| クラス coins.ir.hir.HIR_Impl から継承したフィールド |
fAdditionalChild, fChildCount, fChildNode1, fChildNode2, fDbgLevel, fHirAnnex, fOperator, fParentNode, fType, hirRoot, inversionTable, machineParam, sourceLanguage |
| インタフェース coins.ir.hir.HIR から継承したフィールド |
OP_CODE_NAME, OP_CODE_NAME_DENSE |
| インタフェース coins.ir.IR から継承したフィールド |
OP_INF, OP_LIST, OP_PROG, OP_SUBP_DEF |
| コンストラクタの概要 | |
InfStmtImpl(HirRoot pHirRoot,
java.lang.String pInfKindInterned,
IrList pInfList)
|
|
| メソッドの概要 | |
void |
accept(HirVisitor pVisitor)
accept Acceptor used in HIR visitor. |
java.lang.Object |
clone()
clone Override Object.clone in HIR. |
java.lang.String |
getInfKind()
Get the kind of infromation attached to this Stmt. |
IrList |
getInfList(java.lang.String pInfKind)
Get the list of infromation attached to this Stmt. |
java.lang.String |
getInfSubkindOf(java.lang.String pInfKind)
Get the first element of the InfList as a String which may be a string showing the sub-kind of the information attached to this Stmt. |
java.lang.String |
toString()
toString Get text representation of this node without traversing children. |
java.lang.String |
toStringShort()
toStringShort Get text string of this node showing node name and index only. |
| クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| インタフェース coins.ir.IR から継承したメソッド |
addInf, getChild1, getChild2, getInf, getInfList, getParent, getSym, print, print, removeInf |
| インタフェース coins.ir.IR0 から継承したメソッド |
getChild, getChildCount, getIndex, getOperator, setChild |
| インタフェース coins.ir.hir.HIR0 から継承したメソッド |
assignStmt, blockStmt, callStmt, constNode, contentsExp, convExp, copyWithOperands, copyWithOperandsChangingLabels, decayExp, elemNode, exp, exp, expStmt, falseNode, finishHir, forStmt, functionExp, getChildNumber, getFlag, getFlagBox, getNextStmt, getStmtContainingThisNode, getType, hirClone, hirIterator, hirList, hirSeq, ifStmt, intConstNode, irList, isSameAs, jumpStmt, labelDef, labeledStmt, labelNode, pointedExp, print, program, qualifiedExp, repeatStmt, replaceThisNode, returnStmt, setFlag, setIndexNumberToAllNodes, sizeofExp, sizeofExp, subpDefinition, subpNode, subscriptedExp, switchStmt, symNode, trueNode, undecayExp, varNode, whileStmt |
| フィールドの詳細 |
final java.lang.String fInfKind
public boolean fReformed
| コンストラクタの詳細 |
public InfStmtImpl(HirRoot pHirRoot,
java.lang.String pInfKindInterned,
IrList pInfList)
| メソッドの詳細 |
public java.lang.String getInfKind()
InfStmt の記述: Get the kind of infromation attached to this Stmt. For example, int the pragma #pragma optControl inline subp1 subp2 the string "optControl" is returned.
InfStmt 内の getInfKindpublic java.lang.String getInfSubkindOf(java.lang.String pInfKind)
InfStmt の記述: Get the first element of the InfList as a String which may be a string showing the sub-kind of the information attached to this Stmt. The result is a string interned(). For example, int the pragma #pragma optControl inline subp1 subp2 the string "inline" is returned. If there is no such element, return null.
InfStmt 内の getInfSubkindOfpInfKind - the kind of information attached to this Strmt.
public IrList getInfList(java.lang.String pInfKind)
InfStmt の記述:
InfStmt 内の getInfListpInfKind - the kind of information attached to this Strmt.
public java.lang.Object clone()
HIR_Impl の記述:
StmtImpl 内の clonepublic java.lang.String toString()
HIR の記述:
HIR 内の toStringHIR_Impl 内の toStringpublic java.lang.String toStringShort()
HIR の記述:
HIR 内の toStringShortHIR_Impl 内の toStringShortpublic void accept(HirVisitor pVisitor)
HIR0 の記述:
HIR0 内の acceptHIR_Impl 内の acceptpVisitor - HirVisitor
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||