coins.driver
クラス CompilerExitStatus

java.lang.Object
  |
  +--coins.driver.CompilerExitStatus

class CompilerExitStatus
extends java.lang.Object

This object keeps the exit status of the compiler process. Shared by the all compile threads.
User compiler modules are expected to use interface of class CompileThread. This class is used to implment the interface.


コンストラクタの概要
(パッケージプライベート) CompilerExitStatus()
           
 
メソッドの概要
(パッケージプライベート)  int get()
           
(パッケージプライベート)  void set(int s)
           
(パッケージプライベート)  void setABEND()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CompilerExitStatus

CompilerExitStatus()
メソッドの詳細

get

int get()

set

void set(int s)

setABEND

void setABEND()