|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.mdf.DataDependence
Find data dependences between macro tasks.
フィールドの概要 | |
static int |
THR
The threshold of debug output |
static int |
THR2
The threshold of debug output |
コンストラクタの概要 | |
DataDependence(MdfEnvironment e,
MacroFlowGraph g)
Constructor: |
メソッドの概要 | |
java.util.LinkedList |
depend(MacroTask mt)
Return the list of macro tasks which are data depended by `mt'. |
(パッケージプライベート) void |
print()
Debug print |
(パッケージプライベート) java.util.LinkedList |
threadPrivateVariable()
Return the list of variables which uses thread private. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final int THR
public static final int THR2
コンストラクタの詳細 |
public DataDependence(MdfEnvironment e, MacroFlowGraph g) throws PassException
e
- The environment of the MDF moduleg
- The current macro flow graphメソッドの詳細 |
public java.util.LinkedList depend(MacroTask mt)
mt
- The current macro task
java.util.LinkedList threadPrivateVariable() throws PassException
PassException
- Any exception in itvoid print()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |