source: dev/trunk/abdev/BasicCompiler_Common/include/Exception.h@ 359

Last change on this file since 359 was 359, checked in by dai_9181, 16 years ago

例外処理機構実装中…

File size: 317 bytes
Line 
1#pragma once
2
3namespace Exception{
4
5 void TryCommand();
6 void CatchCommand( const char *parameter );
7 void FinallyCommand();
8 void EndTryCommand();
9
10 void ThrowCommand( const char *Parameter );
11
12 void Opcode_Func_System_GetNowScopeCatchAddress();
13 void Opcode_Func_System_GetNowScopeFinallyAddress();
14}
Note: See TracBrowser for help on using the repository browser.