org.scijava.sjep.eval
Class EvaluatorConsole

java.lang.Object
  extended by org.scijava.sjep.eval.EvaluatorConsole

public class EvaluatorConsole
extends Object

A simple console-driven expression evaluator.

Author:
Curtis Rueden

Constructor Summary
EvaluatorConsole()
           
EvaluatorConsole(Evaluator evaluator)
           
 
Method Summary
 void print(Object o)
           
 void println(Object o)
           
 void showConsole()
           
 void showConsole(BufferedReader in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluatorConsole

public EvaluatorConsole()

EvaluatorConsole

public EvaluatorConsole(Evaluator evaluator)
Method Detail

showConsole

public void showConsole()
                 throws IOException
Throws:
IOException

showConsole

public void showConsole(BufferedReader in)
                 throws IOException
Throws:
IOException

print

public void print(Object o)

println

public void println(Object o)


Copyright © 2015 SciJava. All rights reserved.