at.dms.ikjc
Class IkjcClient

java.lang.Object
  |
  +--at.dms.ikjc.IkjcClient

public class IkjcClient
extends java.lang.Object

This class implements the client side of the kjc incremental compiler.


Field Summary
(package private) static java.lang.String TERM_STRING
           
 
Constructor Summary
IkjcClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Arguments are just passed to kjc except if there is a -port that set the port for this session.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TERM_STRING

static java.lang.String TERM_STRING
Constructor Detail

IkjcClient

public IkjcClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Arguments are just passed to kjc except if there is a -port that set the port for this session.