cc.mallet.util
Class BshInterpreter

java.lang.Object
  extended by bsh.Interpreter
      extended by cc.mallet.util.BshInterpreter
All Implemented Interfaces:
bsh.ConsoleInterface, java.lang.Runnable

public class BshInterpreter
extends bsh.Interpreter


Field Summary
 
Fields inherited from class bsh.Interpreter
DEBUG, noExitOnEOF, TRACE, VERSION
 
Constructor Summary
BshInterpreter()
           
BshInterpreter(java.lang.String prefixCommands)
           
 
Method Summary
 
Methods inherited from class bsh.Interpreter
debug, error, eval, eval, eval, eval, get, getErr, getIn, getNameSpace, getOut, getParent, getSourceFileInfo, getVariable, main, pathToFile, print, println, redirectOutputToFile, run, set, set, set, set, set, set, setConsole, setNameSpace, setVariable, setVariable, setVariable, setVariable, source, source
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BshInterpreter

public BshInterpreter(java.lang.String prefixCommands)

BshInterpreter

public BshInterpreter()