coins.ffront
クラス ExecStmtManager.DoInf

java.lang.Object
  |
  +--coins.ffront.ExecStmtManager.DoInf
含まれているクラス:
ExecStmtManager

class ExecStmtManager.DoInf
extends java.lang.Object

Inner class for nested DO loop information.


フィールドの概要
(パッケージプライベート)  LabeledDoStmt doStmt
           
(パッケージプライベート)  BlockStmt prevBlock
           
(パッケージプライベート)  java.lang.String stmtNumber
           
(パッケージプライベート)  int subNumber
           
 
コンストラクタの概要
(パッケージプライベート) ExecStmtManager.DoInf(LabeledDoStmt pStmt, BlockStmt block, int sNumber)
           
 
メソッドの概要
(パッケージプライベート)  Stmt makeForStmt(BlockStmt block)
          Translate DO statement to for statement
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

doStmt

LabeledDoStmt doStmt

stmtNumber

java.lang.String stmtNumber

subNumber

int subNumber

prevBlock

BlockStmt prevBlock
コンストラクタの詳細

ExecStmtManager.DoInf

ExecStmtManager.DoInf(LabeledDoStmt pStmt,
                      BlockStmt block,
                      int sNumber)
メソッドの詳細

makeForStmt

Stmt makeForStmt(BlockStmt block)
Translate DO statement to for statement

パラメータ:
block -
戻り値:
for-statement.