org.whattf.datatype.test
Class LanguageTester

java.lang.Object
  extended by org.whattf.datatype.test.LanguageTester

public class LanguageTester
extends Object


Field Summary
private  Datatype datatype
           
private  BufferedReader in
           
 
Constructor Summary
LanguageTester()
           
 
Method Summary
static void main(String[] args)
           
private  void run()
           
private  void test(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

private BufferedReader in

datatype

private Datatype datatype
Constructor Detail

LanguageTester

public LanguageTester()
               throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Parameters:
args -
Throws:
IOException

run

private void run()
          throws IOException
Throws:
IOException

test

private void test(String line)