tgl.interpreter
クラス IsKeyPressed

java.lang.Object
  上位を拡張 tgl.interpreter.SystemProc
      上位を拡張 tgl.interpreter.IsKeyPressed

 class IsKeyPressed
extends SystemProc

キーが押されているかどうかを返すシステム定義関数を表す。


コンストラクタの概要
IsKeyPressed()
           
 
メソッドの概要
(package private)  void execProcedure(SystemProcManager manager, Stack stack)
          システム定義手続きマネージャに処理を委譲する。
 
クラス tgl.interpreter.SystemProc から継承されたメソッド
execute
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IsKeyPressed

IsKeyPressed()
メソッドの詳細

execProcedure

void execProcedure(SystemProcManager manager,
                   Stack stack)
システム定義手続きマネージャに処理を委譲する。

定義:
クラス SystemProc 内の execProcedure
パラメータ:
manager - システム定義手続きマネージャ
stack - インタプリタが使用するスタック