ヘルプの表示
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;" ・全ての終了処理をする
日付 | 担当 | バージョン |
---|---|---|
'07.01.15 | 今井 浩司 | 1.0 |
日付 | 担当 | バージョン |
---|---|---|
'07.01.22 | 今井 浩司 | 1.1 |
目次 | ファイル一覧 | メソッド一覧 | クラス定数一覧 | クラス変数一覧 | HelpClassDemo.java