org.scijava.sjep.eval
Class EvaluatorConsole
java.lang.Object
org.scijava.sjep.eval.EvaluatorConsole
public class EvaluatorConsole
- extends Object
A simple console-driven expression evaluator.
- Author:
- Curtis Rueden
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluatorConsole
public EvaluatorConsole()
EvaluatorConsole
public EvaluatorConsole(Evaluator evaluator)
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.