|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Information node treated as a statement (pragma, comment line, etc.) See IR.
フィールドの概要 |
インタフェース coins.ir.hir.HIR から継承したフィールド |
OP_CODE_NAME, OP_CODE_NAME_DENSE |
インタフェース coins.ir.IR から継承したフィールド |
OP_INF, OP_LIST, OP_PROG, OP_SUBP_DEF |
メソッドの概要 | |
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. |
インタフェース 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 から継承したメソッド |
accept, 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 |
メソッドの詳細 |
public java.lang.String getInfKind()
Get the kind of infromation attached to this Stmt. For example, int the pragma #pragma optControl inline subp1 subp2 the string "optControl" is returned.
public 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. 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.
pInfKind
- the kind of information attached to this Strmt.
public IrList getInfList(java.lang.String pInfKind)
pInfKind
- the kind of information attached to this Strmt.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |