|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.backend.lir.LirNode
|
+--coins.backend.lir.LirLabelRef
Represent LABEL node
| 入れ子クラスの概要 |
| クラス coins.backend.lir.LirNode から継承した入れ子クラス |
LirNode.Scanner |
| フィールドの概要 | |
Label |
label
Label this node holds |
int |
variant
Variant id |
| クラス coins.backend.lir.LirNode から継承したフィールド |
id, opCode, opt, type |
| コンストラクタの概要 | |
LirLabelRef(int id,
int op,
int type,
Label lab,
ImList opt)
|
|
LirLabelRef(int id,
int op,
int type,
Label lab,
int variant,
ImList opt)
|
|
| メソッドの概要 | |
void |
accept(LirVisitor v)
Accept visitor v |
boolean |
equals(java.lang.Object x)
Return true if this object equals to x |
int |
hashCode()
Return hash value of LirNode. |
LirNode |
makeCopy(LirFactory fac)
Return a deep copy of this node |
LirNode |
replaceOptions(LirFactory fac,
ImList newOpt)
Return a copy of this node without options. |
java.lang.Object |
toSexp()
Convert to external LIR format. |
java.lang.String |
toString()
Visualize |
| クラス coins.backend.lir.LirNode から継承したメソッド |
getTargets, isBranch, isPhysicalRegister, isRegisterOperand, kid, makeShallowCopy, nKids, nSrcs, pickUpDefs, pickUpUses, replaceLabel, setKid, setSrc, src, toStringExp |
| クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
public final Label label
public final int variant
| コンストラクタの詳細 |
public LirLabelRef(int id,
int op,
int type,
Label lab,
ImList opt)
public LirLabelRef(int id,
int op,
int type,
Label lab,
int variant,
ImList opt)
| メソッドの詳細 |
public LirNode makeCopy(LirFactory fac)
LirNode の記述:
LirNode 内の makeCopy
public LirNode replaceOptions(LirFactory fac,
ImList newOpt)
LirNode の記述:
LirNode 内の replaceOptionspublic java.lang.Object toSexp()
LirNode 内の toSexppublic java.lang.String toString()
LirNode の記述:
LirNode 内の toStringpublic boolean equals(java.lang.Object x)
LirNode の記述:
LirNode 内の equalspublic int hashCode()
LirNode の記述:
LirNode 内の hashCodepublic void accept(LirVisitor v)
LirNode の記述:
LirNode 内の accept
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||