coins.mdf
クラス DeclareLocalVariables

java.lang.Object
  |
  +--coins.mdf.DeclareLocalVariables

class DeclareLocalVariables
extends java.lang.Object

Declaration of the local variables.


フィールドの概要
(パッケージプライベート)  Var allFinishVar
          The variable `_MDF_ALL_FINISH'
(パッケージプライベート)  Var alreadyPut
          The variable `_MDF_ALREADY_PUT'
(パッケージプライベート)  Var curStat
          The variable `_MDF_CURRENT_STATUS'
(パッケージプライベート)  Var dataAccessCond
          The variable `_MDF_ACCESS'
(パッケージプライベート)  Var execCond
          The variable `_MDF_EXEC'
(パッケージプライベート)  Var finishCondition
          The variable `_MDF_FINISH_COND'
(パッケージプライベート)  Var getPos
          The variable `_MDF_GET_POS'
(パッケージプライベート)  Var nonExecCond
          The variable `_MDF_NON_EXEC'
(パッケージプライベート)  Var ompLock
          The variable `_MDF_OMP_LOCK'
(パッケージプライベート)  Var putPos
          The variable `_MDF_PUT_POS'
(パッケージプライベート)  Var readyQueue
          The variable `_MDF_READY_QUEUE'
(パッケージプライベート)  Var returnStatus
          The variable `_mdf_return_status'
static int THR
          The threshold of debug output
 
コンストラクタの概要
(パッケージプライベート) DeclareLocalVariables(MdfEnvironment env, MacroFlowGraph mfg)
          Constructor
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

THR

public static final int THR
The threshold of debug output

関連項目:
定数フィールド値

putPos

final Var putPos
The variable `_MDF_PUT_POS'


getPos

final Var getPos
The variable `_MDF_GET_POS'


allFinishVar

final Var allFinishVar
The variable `_MDF_ALL_FINISH'


execCond

final Var execCond
The variable `_MDF_EXEC'


nonExecCond

final Var nonExecCond
The variable `_MDF_NON_EXEC'


dataAccessCond

final Var dataAccessCond
The variable `_MDF_ACCESS'


curStat

final Var curStat
The variable `_MDF_CURRENT_STATUS'


finishCondition

final Var finishCondition
The variable `_MDF_FINISH_COND'


readyQueue

final Var readyQueue
The variable `_MDF_READY_QUEUE'


alreadyPut

final Var alreadyPut
The variable `_MDF_ALREADY_PUT'


returnStatus

final Var returnStatus
The variable `_mdf_return_status'


ompLock

final Var ompLock
The variable `_MDF_OMP_LOCK'

コンストラクタの詳細

DeclareLocalVariables

DeclareLocalVariables(MdfEnvironment env,
                      MacroFlowGraph mfg)
Constructor

パラメータ:
env - The environment of the MDF module
mfg - The current macro flow graph