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
RevLine 
[359]1#pragma once
[52]2
3namespace Exception{
4
5 void TryCommand();
[359]6 void CatchCommand( const char *parameter );
[52]7 void FinallyCommand();
8 void EndTryCommand();
9
10 void ThrowCommand( const char *Parameter );
11
[357]12 void Opcode_Func_System_GetNowScopeCatchAddress();
[359]13 void Opcode_Func_System_GetNowScopeFinallyAddress();
[52]14}
Note: See TracBrowser for help on using the repository browser.