csheets.core.formula.compiler
Class Console

java.lang.Object
  extended by csheets.core.formula.compiler.Console

public class Console
extends Object

A test-class for processing formulas from an input stream.

Author:
Einar Pehrson

Constructor Summary
Console(InputStream in, OutputStream out)
          Creates a new console for the given input stream.
 
Method Summary
static void main(String[] args)
          Creates a new console for the command-line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console(InputStream in,
               OutputStream out)
Creates a new console for the given input stream.

Parameters:
in - the input stream from which formulas are read
out - the output stream to which messages are written
Method Detail

main

public static void main(String[] args)
Creates a new console for the command-line.

Parameters:
args - the command-line arguments (ignored)