tgl.interpreter
クラス GetDistance

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

 class GetDistance
extends SystemProc

タートルの現在位置から指定された位置までの距離を返すシステム定義関数を表す。


コンストラクタの概要
GetDistance()
           
 
メソッドの概要
(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
 

コンストラクタの詳細

GetDistance

GetDistance()
メソッドの詳細

execProcedure

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

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