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