|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.ssa.DivideExpression
Divide expressions into 3 address expression.
| フィールドの概要 | |
static java.lang.String |
DIVEX
The name of the symbol which the optimzer uses to make the temporary variables |
static int |
THR
The threshold of the debug print |
| コンストラクタの概要 | |
DivideExpression(SsaEnvironment e,
SsaSymTab symtab)
Constructor |
|
| メソッドの概要 | |
(パッケージプライベート) LirNode |
divide(LirNode node,
BiLink link,
boolean setSrc,
boolean setDst)
Divide the expression into 3 address expression recursively. |
boolean |
doIt(Data data,
ImList args)
Transform the DATA component. |
boolean |
doIt(Function f,
ImList args)
Divide the expressions into 3 address expression. |
java.lang.String |
name()
Return the name of the transforming engine. |
java.lang.String |
subject()
Return brief description of the tranformation. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final int THR
public static final java.lang.String DIVEX
| コンストラクタの詳細 |
public DivideExpression(SsaEnvironment e,
SsaSymTab symtab)
e - The environment of the SSA modulesymtab - The current symbol table| メソッドの詳細 |
public boolean doIt(Data data,
ImList args)
LocalTransformer の記述:
LocalTransformer 内の doItdata - DATA to be transformed.args - list of optional arguments.
public java.lang.String name()
Transformer の記述:
Transformer 内の namepublic java.lang.String subject()
Transformer の記述:
Transformer 内の subject
public boolean doIt(Function f,
ImList args)
LocalTransformer 内の doItf - The current functionargs - The list of options
LirNode divide(LirNode node,
BiLink link,
boolean setSrc,
boolean setDst)
node - The current LIR nodelink - The place where the new expression attachs tosetSrc - Whether the current LIR node is from the source operands
of the SET operatorsetDst - Whether the current LIR node is from the destination
operands of the SET operator
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||