coins.driver
Class CompilerExitStatus

java.lang.Object
  extended bycoins.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.


Constructor Summary
(package private) CompilerExitStatus()
           
 
Method Summary
(package private)  int get()
           
(package private)  void set(int s)
           
(package private)  void setABEND()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerExitStatus

CompilerExitStatus()
Method Detail

get

int get()

set

void set(int s)

setABEND

void setABEND()