diff paper/chapter/04-interface.tex @ 66:ae6f626e8816

...
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 03 Feb 2021 16:46:23 +0900
parents 1ce43db7c038
children bb057c720016
line wrap: on
line diff
--- a/paper/chapter/04-interface.tex	Wed Feb 03 15:44:54 2021 +0900
+++ b/paper/chapter/04-interface.tex	Wed Feb 03 16:46:23 2021 +0900
@@ -104,6 +104,8 @@
 このCodeGearのことをprivate CodeGearと呼ぶ。
 privateCodeGearにgotoする場合、 goto元のCodeGearからは\texttt{goto meta}経由で遷移する。
 goto metaが発行されるとStub Code Gearに遷移するが、現在のシステムではInterfaceから値を取得しに行く。
+private CodeGearの入力もStubから取得したいと考え、 ImplementをInterfaceのつもりでGearsOSのコードを記述した。
+
 
 \section{Interfaceの実装のCbCファイルへの構文の導入}