Last change
on this file since 382 was 366, checked in by dai_9181, 17 years ago |
Tryスコープのコード補完機能のバグを修正(EndTryコード補間が過剰に行われていた)。
コンパイラのログ生成処理をきった。
|
File size:
398 bytes
|
Rev | Line | |
---|
[359] | 1 | #pragma once
|
---|
[52] | 2 |
|
---|
| 3 | namespace Exception{
|
---|
| 4 |
|
---|
| 5 | void TryCommand();
|
---|
[359] | 6 | void CatchCommand( const char *parameter );
|
---|
[52] | 7 | void FinallyCommand();
|
---|
[366] | 8 | void EndTryCommand( bool isNoWarning = false );
|
---|
[52] | 9 |
|
---|
[366] | 10 | // Tryスコープを検証する
|
---|
| 11 | void InspectTryScope();
|
---|
| 12 |
|
---|
[52] | 13 | void ThrowCommand( const char *Parameter );
|
---|
| 14 |
|
---|
[357] | 15 | void Opcode_Func_System_GetNowScopeCatchAddress();
|
---|
[359] | 16 | void Opcode_Func_System_GetNowScopeFinallyAddress();
|
---|
[52] | 17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.