構文ヘルプの表示
public void helpon(
  char HelpId 
)
パラメータ
機能ヘルプの表示
機能説明ヘルプの表示をする。 引き数の応じたヘルプシステムを出力する。
返り値なし
備考ヘルプ番号は、1から8しか対応していない。
処理説明・@の場合は下記を出力する。
 ・"The if:"
 ・"if(condition) statement;"
 ・"else statement;"
・Aの場合は下記を出力する。
 ・"The switch:"
 ・"switch(expression) {"
 ・"  case constant:"
 ・"    statement sequence"
 ・"    break;"
 ・"  // ..."
 ・"}"
・Bの場合は下記を出力する。
 ・"The for:"
 ・"for(init; condition; iteration)"
 ・" statement;"
・Cの場合は下記を出力する。
 ・"The while:"
 ・"while(condition) statement;"
・Dの場合は下記を出力する。
 ・"The do-while:"
 ・"do {"
 ・"  statement;"
 ・"} while (condition"
・Eの場合は下記を出力する。
 ・"The break:"
 ・"break; or break label;"
・Fの場合は下記を出力する。
 ・"The continue:"
 ・"continue; or continue label;"
・Gの場合は下記を出力する。
 ・"The goto:"
 ・"goto label;"
・全ての終了処理をする
ファイル名
作成日情報| 日付 | 担当 | バージョン | 
|---|---|---|
| '10.01.15 | 今井 浩司 | 1.0 | 
修正日情報| 日付 | 担当 | バージョン | 
|---|---|---|
| '10.01.22 | 今井 浩司 | 1.1 | 
目次 | ファイル一覧 | メソッド一覧 | クラス一覧 | クラス定数一覧 | クラス変数一覧 | 索引 | サイドメニュー | HelpClassDemo.java